Xiong Wang

Results 92 comments of Xiong Wang

Can you show the relevant server code?

您能提供异常堆栈信息或复线方式吗?感谢

Yes, my mistake. We should use IOClientDisconnect instead of the second one.

It seems that this problem is a bit complicated, can it be reproduced?

hi, which version of SocketIOClient are you using?

I'd love to fix it, but I can't reproduce it yet 😞, so I don't know where to start 😨. Can you create a repo and reproduce it?

has been released

OnReconnectFailed : The socket io client will keep trying to connect to the server until the connection is successfully established. You can modify the value of ReconnectionAttempts. When the number...

These reasons will cause the client to no longer try to reconnect: 1. The server has forcefully disconnected the socket with socket.disconnect() 2. The client calls `DisconnecdAsync()` 3. The reconnection...

> If the server is disconnecting, would the OnDisconnected event fire? yeah > If and uncaught exception is thrown during connecting, would the OnError event fire? no, it is fired...