Skip to content

iface option for Sender only works once. #49

@lyndonbuckley

Description

@lyndonbuckley

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
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions