QAMQP
QAMQP copied to clipboard
Socket disconnection & error.
Hi !
Thanks for your hard work !
I happened to encounter unexpected AMQP server downtime, since I connected to the disconnected signal from AMQP Client class, I expected my application to be aware of the trouble, but instead I only got warning messages in my logs.
After a short investigation, I discovered that autoreconnect flag isn't initialised, and socket's disconnected signals is not linked to client signal.
Could you add that in your next commit ? Thanks !
Thanks, I will fix it. But you can send patch or make pull request and don't wait next commit. =)
Ah, well I hadn't thought on that -_- I'll send you that next week :)
Thanks for your great job !