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
AmqpClient.Instance.IsConnected is true at this point.
I get the same result whether I declare the exchange synchronously on the "FinishConnected" callback from GetExchangesAsync, or following it via a Unity coroutine that waits for a second or two afterward.
Any ideas?
The text was updated successfully, but these errors were encountered:
Were you able to figure it out? I am getting the same error in the same situation, AmqpClient.Instance.IsConnected is true for me as well the same point.
Were you able to figure it out? I am getting the same error in the same situation, AmqpClient.Instance.IsConnected is true for me as well the same point.
Same here...
EDIT:
I couldn't find any solution to fix this error.
Alternative library to use here : #16
After connecting to the broker, and receiving a list of existing exchanges, I try to declare a new direct exchange:
And immediately get this exception:
AmqpClient.Instance.IsConnected is true at this point.
I get the same result whether I declare the exchange synchronously on the "FinishConnected" callback from GetExchangesAsync, or following it via a Unity coroutine that waits for a second or two afterward.
Any ideas?
The text was updated successfully, but these errors were encountered: