You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: