socket.io-client-csharp
socket.io-client-csharp copied to clipboard
socket.io-client implemention for .NET
On the server side I see a connection and then disconnection immediately after. Looks like we're not really `await`ing... Happened here as well: #291 #287
The following code doesn't work, however the equivalent in JS works with no problem. It's a v2.x server and I'm using EIO 3. The client simple doesn't connect. C# code:...
its work for localhost or ipadress:port.. but not work for glitch or heroku.. not work for remote server
I did upgrade for 3.0.6 version and i have a problem. Until verson 3.0.5, existed a class DefaultClientWebSocket. I used it for change ConfigOptions and set Proxy and certificateValidationCallback. ```...
I made a simple websocket server with Flask-SocketIO running on gevent-websocket. I can connect to it, send and receive messages as expected. I'm trying to cancel an EmitAsync with a...
hello, I have an issue is that when I test my app on android it take 10s to receive a socket from the server, when I send a socket to...
Greetings UWP APP We are with this crash at the time of making an emit  we were looking and the solution can be updating the nugget Current Version :...
when socket IO dispose method need to call Example : I working on unity game engine, so I use in ApplicationQuit() before call i also use DisconnectAsync before disopse, but...
I want to await until response is not got, but its goes further without getting response in emitasync in don't want to use on Method, i working on login and...