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
The get_connection() and get_channel() methods determine if the channel/connection is healthy and don't reestablish them if they are.
Connection.is_closed is False even if the message broker terminated the connection due to timeout making that health check impossible.
The text was updated successfully, but these errors were encountered:
The
get_connection()
andget_channel()
methods determine if the channel/connection is healthy and don't reestablish them if they are.Connection.is_closed is False even if the message broker terminated the connection due to timeout making that health check impossible.
The text was updated successfully, but these errors were encountered: