Xiong Wang
Xiong Wang
this lib can send data to server and receive data from server, dose the ESCPOS Printer is a socket.io server? sorry I don't understand. Do you have any problems using...
socket.io server is a nodejs library, there seems to be no c# implementation of socket.io server. you can use SignalR, it is a library for ASP.NET/Core developers that simplifies the...
Can you create a reproducible demo?
Hi, please show your test code. thank you very much🤗
Sorry, this part of the documentation is out of date. AutoUpgrade was removed a few versions ago because I haven't found a good way to detect if ws is available....
Sorry, I don’t know about Unity. According to the error message you provided, I can’t find anything about SocketIO.
2 ways: ### 1. Use Fiddler to capture WebSocket traffic  ### 2. Add Listener You need to compile the Debug version of SocketIOClient, and use the compiled SocketIOClient in...
if you switch your network to another, socket.io will be disconnected, and then it will try to reconnect, it will keep trying to reconnect unless the connect successful, you will...
are you developing on Windows? Fiddler Classic is a good debug tools for http or websocket, it can record data transferred between client and server, you can choose a session,...
> Seems exception occurs in `OpenedHandler` method at attempt to execute `await Socket.SendMessageAsync(msg);` If the exception is indeed thrown here, it means that the WebSocket was disconnected shortly after the...