socket.io-client-csharp
socket.io-client-csharp copied to clipboard
await EmitAsync
I guess you have changed the class name ClientWebSocketManaged to SystemNetWebSocketsClientWebSocket but not any notice in the docs I could find.
Additionally, await clauses do not give any result as expected. For example, await socket.ConnectAsync() command pass to the following line without the connection process being completed. Same result in EmitAsync method.
Thanks in advance for your help.
After updating the last version, the await issue has been resolved on the ConnectAsync method but the EmitAsync still returns before the process is completed.
This ends up being the same as #251