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
I've inherited an old C++ codebase, and seems that the process crashes when RabbitMQ connection closes.
Is this the normal behaviour? Or is there a way to handle disconnections in SimpleAmqpClient?
The text was updated successfully, but these errors were encountered:
The library itself should not crash when the RabbitMQ connection closes (if it does, its a bug). It will throw an exception when an API call is made with a connection that has been closed.
If you are observing a bug here, please provide a stacktrace, and the type of crash being observed, in addition to the version of SimpleAmqpClient, rabbitmq-c, and platform being used.
I've inherited an old C++ codebase, and seems that the process crashes when RabbitMQ connection closes.
Is this the normal behaviour? Or is there a way to handle disconnections in SimpleAmqpClient?
The text was updated successfully, but these errors were encountered: