-
Notifications
You must be signed in to change notification settings - Fork 118
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 support #521
Websocket subprotocol support #521
Conversation
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.
I left a few comments and one question - just wanted to ensure we are being as safe as we can be with any changes here.
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
[UE5.5] Merge pull request #521 from mcottontensor/websocket_protocols
Relevant components:
Problem statement:
#404
We would like to be able to provide websocket protocols to the websocket creation.
Solution
Added a configuration parameter that allows the user to specify the protocols to the websocket creation.
Documentation
Updated the typedocs