-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New NuGet version release #380
Comments
Hello, |
Yeah, the new version released now |
The new version always deadlocks when connecting to SocketIO server (using .NET framework 4.6.1). You can see this example project to reproduce the issue. It worked most of the time when using the previous version (only deadlocked sometimes when the server was unavailable). Based on it waiting for Client log (running the example project mentioned above):
Server log:
|
@jimmyl0l3c hi jimmy, thanks for your useful repo. There are some compatibility issues between socket.io-client-csharp (client) and python-socketio (server). But for client, we also need to improve, to let user know what happend. I will work on it, thanks for your useful repo agin. for your workaround: // client.Options.AutoUpgrade = false; uncomment it Note: auto upgrade should be work socket.io-server(official & nodejs server) |
Hi, when can we expect new NuGet version with the fixes from the past year to be released? Thanks.
The text was updated successfully, but these errors were encountered: