You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2019. It is now read-only.
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.