collective-soundworks / soundworks-max

Utilities to interoperate between Max and soundworks
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

server crash #24

Closed b-ma closed 11 months ago

b-ma commented 2 years ago

In case of big OSC message from max

/project/node_modules/node-osc/dist/lib/Server.js:29
        const error = new Error(`can't decode incoming message: ${e.message}`);
                      ^
Error: can't decode incoming message: OSC string not null terminated
    at Socket.<anonymous> (//node_modules/node-osc/dist/lib/Server.js:29:23)
    at Socket.emit (events.js:400:28)
    at UDP.onMessage (dgram.js:931:8)