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

iface option for Sender only works once. #49

Open
lyndonbuckley opened this issue May 24, 2023 · 2 comments
Open

iface option for Sender only works once. #49

lyndonbuckley opened this issue May 24, 2023 · 2 comments
Labels
question Further information is requested

Comments

@lyndonbuckley
Copy link

lyndonbuckley commented May 24, 2023

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
});
@k-yle k-yle added the bug Something isn't working label May 24, 2023
@lyndonbuckley
Copy link
Author

Edit: typo in universe parameters

@k-yle k-yle added question Further information is requested and removed bug Something isn't working labels Jul 22, 2023
@k-yle
Copy link
Owner

k-yle commented Jul 22, 2023

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

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

No branches or pull requests

2 participants