On Tue, 2019-04-09 at 16:30 +0000, Pam wrote: > Hello, > I was using qpid proton 0.15.The broker is updated and now my proton > stopped to work. It cannot send messages to new broker. > Now with the hope of that it will work "automagically" again, I try > to update qpid proton from 0.15 to 0.26.I see that there are huge > changes. It is not compatible. > I was using proton::event_loop::inject to inject some work in proton > connection loop.Now I see that event_loop is gone! > How could I do the same with the version 0.26 with a minimal pain?
Take a look at Proton::connection::work_queue() and friends. Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
