Skip to content
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

ERR_SOCKET_DGRAM_NOT_RUNNING #67

Open
j0hnm4r5 opened this issue Feb 16, 2023 · 1 comment
Open

ERR_SOCKET_DGRAM_NOT_RUNNING #67

j0hnm4r5 opened this issue Feb 16, 2023 · 1 comment

Comments

@j0hnm4r5
Copy link

j0hnm4r5 commented Feb 16, 2023

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.

@adzialocha
Copy link
Owner

Oha, thanks for that note! I'll check if this can be accounted for within the plugin implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants