automata / osc-web

Open Sound Control Web Bridge
MIT License
322 stars 50 forks source link

Reloading page requires restarting server #7

Closed Dewb closed 5 years ago

Dewb commented 10 years ago

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