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 facing an issue, I don't know why it is happening. I'm trying to connect to a server, but the OnError callback of the client is called with an IOException.
It comes from the Client.SendConnect() method, when it calls HandleConnectReply() : Client.SendConnect()
The catch block states that it // Should never happen. so I have no idea what happening.
The text was updated successfully, but these errors were encountered:
Hi !
I facing an issue, I don't know why it is happening. I'm trying to connect to a server, but the
OnError
callback of the client is called with anIOException
.It comes from the
Client.SendConnect()
method, when it callsHandleConnectReply()
: Client.SendConnect()The catch block states that it
// Should never happen.
so I have no idea what happening.The text was updated successfully, but these errors were encountered: