You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit2: While the require-based and api-related issues have been resolved, there are still a few breaking examples for me:
Everything in /examples/websocket/ crashes for me with the following output:
josh@pidgey:~/proxy/examples$ node websocket/websocket-proxy.js
29 Sep 14:50:03 - Your node instance does not have root privileges. This means that the flash XML policy file will be served inline instead of on port 843. This will slow down initial connections slightly.
29 Sep 14:50:03 - socket.io ready - accepting connections
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: ECONNREFUSED, Connection refused
at Socket._onConnect (net.js:595:18)
at IOWatcher.onWritable [as callback] (net.js:186:12)
The last example from the readme still terminates immediately without saying anything first. See: https://gist.github.com/1252041
The text was updated successfully, but these errors were encountered:
I don't believe all of the broken examples have been fixed by that commit! I'm going to make sure the problems I'm having aren't because of my machine before reopening, though.
A few of the examples are broken due to changes in the routing table api:
Also, the last example from the readme quietly terminates immediately.
[fixed] Many of the examples also have broken require paths, but I should have a fix for those bugs in a few minutes.
Edit: Refer to pull request #118 .
Edit2: While the require-based and api-related issues have been resolved, there are still a few breaking examples for me:
/examples/websocket/
crashes for me with the following output:The text was updated successfully, but these errors were encountered: