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 running on a machine with multiple network interfaces only the primary interface works. Im my use case sACN is on an isolated network. This can be fixed by specifying the IP of the desired interface when calling _socket.addMembership.
Hi, thanks for reporting!
Indeed I didn't consider multiple interfaces in the original implementation.
Thanks for providing a suggestion, I will try to incorporate it as soon as possible.
Any chance in getting this pull request and #21 combined and merged into the project? I can help with the pull request but need to know will it be merged?
Wow, I completely forgot about this project for several years. I deeply apologise for not coming back to it.
Let me check the pending PRs and start merging.
When running on a machine with multiple network interfaces only the primary interface works. Im my use case sACN is on an isolated network. This can be fixed by specifying the IP of the desired interface when calling
_socket.addMembership
.As a work around I am calling
The text was updated successfully, but these errors were encountered: