On Fri, Aug 17, 2012 at 5:31 AM, Jeffrey Van Voorst <[email protected]> wrote: <snip> >Finally, this change breaks several handlers, and I don't > think that writers of handlers should be required to think about the number > of messages sent or msg buffer overrruns.
Interesting, what handlers does it break? Can you demonstrate the breakage? Seems it was introduced in these two commits: 1391ff8a1db3e948295910f842a781c7e9f2ec1d and 00ca2623ecbd77ee46227f1f3211b71a56b4e9fb and perhaps I am reading it wrong, but it makes delivery an async task, which strikes me as a good thing. It just loops and delivers messages when it is able to de queue. > > Best Regards, > > Jeff Van Voorst
