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

Fix of address already in use on udp.addMembership method #5

Merged
merged 1 commit into from
Apr 9, 2020

Conversation

nand87
Copy link

@nand87 nand87 commented Apr 9, 2020

If an interface, due to dhcp release time, have more than a one IPv4 the addMembership method of udp fall into an error that cause an uncatchable error that restarts the node process.
I fixed the error just add a try/catch state on row 423 of dns-sd.js
I push the fix into another branch and do a pull request into master

@futomi futomi merged commit 0d36494 into futomi:master Apr 9, 2020
@futomi
Copy link
Owner

futomi commented Apr 9, 2020

Thank you so much!

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

Successfully merging this pull request may close these issues.

2 participants