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
When a consumer application is receiving messages from a queue, it gets a null/empty message pointer when the client is unexpectedly disconnected from the broker.
But this notification does not arrive if the broker cleanly disconnects from the client by sending a DISCONNECT packet
The text was updated successfully, but these errors were encountered:
Remember on_connection_lost() is fired when the connection is unexpectedly lost, but it's on_disconnected() that fires on a clean disconnect from the broker.
When a consumer application is receiving messages from a queue, it gets a null/empty message pointer when the client is unexpectedly disconnected from the broker.
But this notification does not arrive if the broker cleanly disconnects from the client by sending a DISCONNECT packet
The text was updated successfully, but these errors were encountered: