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 loop_communicator fixture creates these by instantiating a RmqCommunicator but does not delete them. It is not sure if this can even be done through the AMQP protocol. It might need to be done through the management HTTP API, or the communicator should be mocked to never actually even interact with RabbitMQ.
The text was updated successfully, but these errors were encountered:
The
loop_communicator
fixture creates these by instantiating aRmqCommunicator
but does not delete them. It is not sure if this can even be done through the AMQP protocol. It might need to be done through the management HTTP API, or the communicator should be mocked to never actually even interact with RabbitMQ.The text was updated successfully, but these errors were encountered: