Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

ANCM/IIS ServerSentEvents won't work correctly (due to caching?)  #16

@moozzyk

Description

@moozzyk

When using ServerSentEvents the messages pushed to the client are not delivered immediately. Rather they are cached somewhere and are delivered when subsequent messages are being sent.
When I tried this my client (JavaScript) was always one message behind - i.e. when I pushed a message from the server the client would receive not the message I pushed but the previous one. This does not happen when using Kestrel directly.
Also we hit this when using SignalR JS Client (https://github.com/aspnet/SignalR-Server/issues/221) and also in a completely different environment when prototyping for new SiganlR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions