Skip to content
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

Fallback on network blocking #174

Closed
tsoeiroecore opened this issue Aug 23, 2023 · 2 comments
Closed

Fallback on network blocking #174

tsoeiroecore opened this issue Aug 23, 2023 · 2 comments

Comments

@tsoeiroecore
Copy link

tsoeiroecore commented Aug 23, 2023

Curious.. Will this library automatically and seamlessly fall back to Long Polling and/or Server-Sent Events when WebSockets are not supported by the server or blocked by a firewall/proxy? It's not clear from the docs https://learn.microsoft.com/en-us/aspnet/core/signalr/introduction?view=aspnetcore-7.0#transports, so I just wanted to make sure. TY!

@philippseith
Copy link
Owner

The client negotiates SSE/WebSockets with the server, but is not able to handle blocked WebSockets.

@philippseith
Copy link
Owner

@tsoeiroecore See #175 for fallback when WebSockets are blocked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants