socket.io-client-csharp icon indicating copy to clipboard operation
socket.io-client-csharp copied to clipboard

await EmitAsync

Open cacheoff opened this issue 2 years ago • 2 comments

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.

cacheoff avatar Dec 19 '22 13:12 cacheoff

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.

cacheoff avatar Dec 19 '22 13:12 cacheoff

This ends up being the same as #251

JesseKPhillips avatar Sep 01 '23 20:09 JesseKPhillips