-
Notifications
You must be signed in to change notification settings - Fork 5
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
WebSocket Subprotocol #5
Conversation
Thanks! Can you run |
OK got it. |
LGTM, have you verified that the option you added works as intended? |
Yes.
|
Cheers! |
For some reason Travis fails with Node v7: It runs OK with Node v7 locally.
|
Works now. Are you planning to publish to npm as well? Thank you. |
Hi,
Some WebSocket servers require specifying the subprotocol value used in the
Sec-WebSocket-Protocol
header during the handshake.I have added a new argument (
-s, --subprotocol
) that updates the connection protocol option.Thank you in advance!