automata/osc-web

socket.emit() can only send symbols

Opened this issue · 0 comments

is there a way to send int/float values? seems like it can only send symbols using

socket.emit('message', '/foo/bar 1 2 3')