Using bridge.js to send OSC to a web page, as in the example, works great until the page is reloaded. After reload, the page will not receive messages until the server is restarted. I'm guessing that the original connection does not release the port, so the second oscServer can't bind to it.
Using bridge.js to send OSC to a web page, as in the example, works great until the page is reloaded. After reload, the page will not receive messages until the server is restarted. I'm guessing that the original connection does not release the port, so the second oscServer can't bind to it.
Chrome 37.0.2062.124 OSX 10.9.5 Node.js 0.10.24