Ticket #62 (closed enhancement: implemented) | |||||||||||||||||||||
Make FawkesNetworkClient::enqueue() consume message
Description
Currently FawkesNetworkClient::enqueue() does not unref() the enqueued message after it has been sent. This means that each application that uses enqueue() has to unref() the message by itself.
Since the typical use case is that the message is unref()'ed immediately after it has been sent the semantics of enqueue() should be changed to do this unref() already. To get the old behavior the message can be ref()'ed before enqueue()'ing.
Since this change needs to look over the whole software to see where changes need to be made I postpone this until after China. Change History
Note: See
TracTickets for help on using
tickets.
| This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Subscriber, Participant
| ||||||||||||||||||||

