Skip to content

closing errors #18

Description

@tmpbci

Hi there,

sometimes I got :
throw new ERR_SOCKET_DGRAM_NOT_RUNNING();

My fix was to change to :

socket.on("disconnect", function () {
if (oscServer) {
oscServer.kill();
oscServer = null;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions