We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the below example, only universe 11 is sent via the desired interface, the others are sent via default.
const ip = "10.101.100.1"; const sacn11 = new Sender({ universe: 11, iface: ip }); const sacn12 = new Sender({ universe: 12, iface: ip }); const sacn13 = new Sender({ universe: 13, iface: ip });
The text was updated successfully, but these errors were encountered:
Edit: typo in universe parameters
Sorry, something went wrong.
sorry for the very delayed reply... If you set reuseAddr: true, does that resolve the problem? It seems to work fine for me when I use reuseAddr: true
reuseAddr: true
No branches or pull requests
Using the below example, only universe 11 is sent via the desired interface, the others are sent via default.
The text was updated successfully, but these errors were encountered: