doghappy / socket.io-client-csharp

socket.io-client implemention for .NET
MIT License
721 stars 124 forks source link

await EmitAsync #305

Open cacheoff opened 1 year ago

cacheoff commented 1 year ago

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 commented 1 year ago

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.

JesseKPhillips commented 11 months ago

This ends up being the same as #251