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 publishing to a non-existing exchange the module does not raise any exceptions, but any subsequent operation on the channel will raise exceptions.
This code completes without problems, but will throw if uncommented:
When publishing to a non-existing exchange the module does not raise any exceptions, but any subsequent operation on the channel will raise exceptions.
This code completes without problems, but will throw if uncommented:
Expected: an exception is raised at the moment of problem operation.
aioamqp==0.14.0
Python 3.8.0
The text was updated successfully, but these errors were encountered: