-
Notifications
You must be signed in to change notification settings - Fork 2k
websocket throws 'no method appendmessage" #162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please note that websockets don't work on Please see #159. |
I get the same issue on The code is adapted from the websocket code sample linked at this nodejitsu blog post: Fwiw, I am still struggling to get websockets proxying with |
Why are you running an unstable version of node? Anything in an odd numbered Node minor release is considered unstable by definition. |
My bad. I didn't realize. I was just testing it and thought I'd get the latest non-0.6.x version of node. |
With the actual 0.7.7 version i get a
var reverseProxy = agent.appendMessage(outgoing); ^
TypeError: Object # has no method 'appendMessage'
Exception when i access the proxy via websocket requests.
The text was updated successfully, but these errors were encountered: