The current engine examples in python make use of an OutgoingMessageHandler, that arranges for a callback to be made when the sender has credit. At present that callback is called on_credit. However I would like to change this to the slightly more general on_sendable.

By being more generally applicable, it will allow for some evolution of the exact semantics (e.g. at present it takes no account of whether the socket is writable, but perhaps in future it could).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to