DmitryBk
Results
2
comments of
DmitryBk
Of course, it is a rare case but I would suggest starting standard reconnection flow for this case ```cs private async void OpenedHandler(string sid, int pingInterval, int pingTimeout) { try...
~~It works for me with throw new Exception("TEST Exception"); It seems the `OpenedHandler` is called after the connection is established and after `ConnectedHandler` which set `Connected = true`~~ Sorry I...