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
Avoid hanging forever when the socket goes away and the only thing we…
…'re doing is writing.
If the connection closed during a flush_outbound with pending data, we
were in some cases (asyncore-based) looping forever. Checking each
time we enter the loop gets us a sensible exception in these cases.
Remove _on_consume_ok since we can not guarantee order of frames from…
… RabbitMQ. Allow us to turn off waiting in the transport from the channel if the user wants to