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
When .close()ing and re-.open()ing a server, Node throws ERR_SOCKET_DGRAM_NOT_RUNNING.
As far as I can tell, it is not possible to reconnect an existing UDP connection, you have to recreate it from scratch, likely due to the underling node:dgram package.
This probably should be recorded in the docs, assuming I'm correct in my analysis.
The text was updated successfully, but these errors were encountered:
When
.close()
ing and re-.open()
ing a server, Node throwsERR_SOCKET_DGRAM_NOT_RUNNING
.As far as I can tell, it is not possible to reconnect an existing UDP connection, you have to recreate it from scratch, likely due to the underling node:dgram package.
This probably should be recorded in the docs, assuming I'm correct in my analysis.
The text was updated successfully, but these errors were encountered: