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 !
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 !