iface option for Sender only works once.
Open
question
- Dominant language
- TypeScript
- Stars
- 44
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Using the below example, only universe 11 is sent via the desired interface, the others are sent via default.
```javascript
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
});
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.