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
It could be useful to be able to call Connection/Channel#close several times safely, or to have a flag to know closing is in-progress. See reactor/reactor-rabbitmq@053b2f0.
This would be just a matter of using an AtomicBoolean and be careful with corner cases.
The text was updated successfully, but these errors were encountered:
It could be useful to be able to call
Connection/Channel#close
several times safely, or to have a flag to know closing is in-progress. See reactor/reactor-rabbitmq@053b2f0.This would be just a matter of using an
AtomicBoolean
and be careful with corner cases.The text was updated successfully, but these errors were encountered: