-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
WIP: enable route support for websocket connections #27806
WIP: enable route support for websocket connections #27806
Conversation
Did we already implement websocket connections in backend? I thought that was still planned. |
More details here: #28958 (comment) I think we need to refactor and replace the existing EventSource first but not just introduce a new module, otherwise the code would go unmaintainable. |
Inactive for long time, do we need to keep this PR open? This PR's change seems simple enough, there is always a chance to introduce websocket support if there is a clear plan. If we'd like to introduce some new features, either there is a plan and implement them step by step, or put the websocket and the feature code in one PR. |
Thanks. I will close it. |
link: #27766