-
Notifications
You must be signed in to change notification settings - Fork 1.6k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Support http2 websockets with .net7 #1636
Comments
Hi Meir! I believe Ocelot supports WebSocket unencrypted (aka "ws" protocol) Could you do these follow up actions please?
Finally, |
Hi @meirkr !
Meir, could you show us all source code plz? Currently it is hard to reproduce your user case having such steps like above. |
Hi As for the PR #1377, if it is going to be merged and a new version of Ocelot will be published with this merge, I can try to check that in my environment. |
Have you tried the fix in new versions?
Better to upload solution to GitHub. Otherwise it will be hard to reproduce your environment.
As a team we gave you 9 months to prepare a solution to show your problem. You have the right to reopen this issue in the future if you come with a PR ready. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New Feature
Support Websockets (and SignalR) redirect communication with Kestrel web server which uses .NET 7 and configured to serve http2 only.
Motivation for New Feature
Clients like Angular or .NET 7 Websocket client cannot connect when configuring the Kestrel server to host only http2.
They can, though when connecting directly to the real server, not via the Ocelot server.
Steps to Reproduce the Problem
The text was updated successfully, but these errors were encountered: