-
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
OnDisconnected issue on Raspberry Pi/NET 6 #372
Comments
The issue can be reproduced.
logs:
it takes 17 mins to get Disconnected event. |
The issue is not limited to ARM devices; it also occurs on Ubuntu x64. Because the TCP connection is not properly closed, different operating systems have different implementations, resulting in different TCP configurations. I attempted to reproduce the issue by using the Even after switching to Node.js, the disconnection may not be 'immediately' detected. Interestingly, when I allowed access to the WebSocket server in iptables, the connection immediately resumed as if the network had not been disconnected. |
"I encountered the same issue. I directly unplugged the server's network cable, and when the client did not receive a heartbeat from the server for 90 seconds, it would actively call However, this call takes 14 minutes to complete according to tests. Is there a way to resolve this?" |
Hi,
on Raspberry Pi 4 , Arch64, Linux Debian 11, .NET 6, we have a problem with getting rise OnDisconnected event.
Steps to reproduce
On Windows 10 and Windows WSL (Debian) it seems to works fine.
Did you meet such a problem? Do you have any suggestions what is wrong with it?
Thanks for any help.
The text was updated successfully, but these errors were encountered: