Skip to content
This repository was archived by the owner on Apr 11, 2020. It is now read-only.
This repository was archived by the owner on Apr 11, 2020. It is now read-only.

Running Kestrel through IIS Express doesn't support Server Sent Events #359

@Tragetaschen

Description

@Tragetaschen

I've got my ASP.NET 5 project and use SignalR 2.2 through the Owin middleware adaption. When I run Kestrel on the command line stand-alone, Firefox is using the Server Sent Events transport. However, when I CTRL+F5 in VS using the IIS Express setting, the /connect request in Firefox doesn't finish and SignalR falls back to long polling, after a timeout of 5 seconds. The latter is quite annoying during development.

I've found an older issue in SignalR/SignalR#625, where @davidfowl identified the issue being a proxy sitting between the server and the browser, but I don't know if IIS qualifies as such here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions