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
But, amqp-connection-manager doesn't know the difference between trying to connect to a bad URL, and connecting to a broker that is currently down - either way ampq-connection-manager has to just keep retrying and hope it eventually works.
With this code when the
CONNECTION_URL
is a wrong URL then the code get stuck on thewaitForConnect()
.The text was updated successfully, but these errors were encountered: