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

SignalR 2.2 doesn't support Server Sent Events when running through IIS Express in VS #3790

Closed
Tragetaschen opened this issue May 19, 2016 · 1 comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions feature-iis Includes: IIS, ANCM

Comments

@Tragetaschen
Copy link
Contributor

After creating aspnet/Tooling#359 and reading through #7 / #105, I was under the expression that with RC2, running in IIS Express shouldn't buffer the responses sent to the client. However in my application that's using SignalR 2.2.0 when using Server Sent Events, the browser waits for five seconds before falling back to Long Polling. The way I understand things, this indicates that there is some sort of request buffering between the SignalR Server and the browser client.

When I dotnet run my application from the command line and let the browser hit Kestrel directly, the Server Sent Events transport immediately works and quickly connects.

@natemcmaster natemcmaster transferred this issue from aspnet/IISIntegration Nov 1, 2018
@muratg
Copy link
Contributor

muratg commented Nov 2, 2018

@Tragetaschen Closing this one as it's too old. If you're still having issues, please let us know.

@muratg muratg closed this as completed Nov 2, 2018
@Eilon Eilon added feature-iis Includes: IIS, ANCM and removed area-iis labels Nov 6, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
@amcasey amcasey added the area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions label Jun 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions feature-iis Includes: IIS, ANCM
Projects
None yet
Development

No branches or pull requests

5 participants