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 Apr 22, 2023. It is now read-only.
I test again, when meet 10054, the socket would not recv, but sendto still work. I think nodejs could raise error, but do not deactive recv event on this socket.
I think it need add wagetlasterror() check in deps\win\udp.c. if lasterror is 10054, still add read pending in the socket in line 305. I do not know linux has same issue.
refer support.microsoft.com/kb/263823 socket error 10054
I am not sure this is an issue or feature. When I write a udp server, if a client is die, the error callback will raise and the socket dit not use.
So how to handle it? Ignore it in nodejs layer by refer solution or reopen in js?
Thank you.
The text was updated successfully, but these errors were encountered: