You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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 !
The text was updated successfully, but these errors were encountered: