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
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
When I run client, I got this error: One or more errors occurred. ---> MassTransit.RabbitMqTransport.RabbitMqConnectionException: Operation interrupted: guest@localhost:5672/ ---> RabbitMQ.Client.Exceptions.OperationInterruptedException: The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=406, text="PRECONDITION_FAILED - inequivalent arg 'auto_delete' for exchange 'bus-ZYG-X1-Client-7g1oyynmb4ndirppbdkzcfrbg7' in vhost '/': received 'false' but current is 'true'", classId=40, methodId=10, cause=
I tried to set queue to auto_delete=true, but it's not working.