Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Client does not work in ASP.NET Core #1

Open
cmuentes opened this issue Jan 16, 2019 · 1 comment
Open

Client does not work in ASP.NET Core #1

cmuentes opened this issue Jan 16, 2019 · 1 comment

Comments

@cmuentes
Copy link
Contributor

cmuentes commented Jan 16, 2019

The client does not currently seem to work in ASP.NET Core. The handshake fails on the final step (connection upgrade). We tried numerous ways to debug it, including stepping through Socket.IO code and using Wireshark.

We found that Socket.IO is returning an ACK for the connection upgrade, but for some reason until Socket.IO forcibly closes the connection, ASP.NET Core hangs on the final step. Anyone with some time to debug: please see if you can repro and/or get more info. We would be glad to help fix this!

@paintcode
Copy link

In my research for my own project, I came across this little note in the ASP.NET Core documentation. I'm not sure if it is relevant to your issue, but I wanted to bring it to your attention.
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/websockets?view=aspnetcore-2.2#disable-websocket-when-using-socketio-on-nodejs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants