-
Notifications
You must be signed in to change notification settings - Fork 340
Add ability to set custom WebSocket protocols in client #477
Add ability to set custom WebSocket protocols in client #477
Conversation
@pkosiec: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/ |
@abernix @trevorblades @hwillson @trevor-scheer Could you please review this PR? Thank you 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That looks good to me @pkosiec
@mistic Great! Would you be able to merge it? |
@pkosiec let's just wait for a review from @trevorblades |
Sure. Fingers crossed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thanks @pkosiec 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff - thanks @pkosiec!
Awesome, thanks for merging! |
Hello,
I'm using the library on my front-end application and I would like to have the ability to set custom WebSocket protocols for client.
I've seen an existing issue with this feature request - that's why I'm opening this PR. Hope you'll like it!
TODO:
Resolves #404