This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Could you handle this udp error 10054 in windows? #2177
Closed
Description
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.