tpeczek/Lib.AspNetCore.ServerSentEvents
Lib.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core
C#MIT
Issues
- 5
InvalidOperationException: The request reached the end of the pipeline without executing the endpoint: 'Server-Sent Events'. Please register the EndpointMiddleware using 'IApplicationBuilder.UseEndpoints(...)' if using routing.
#59 opened by rogierhofboer - 1
- 3
How to gracefully disconnect a client?
#73 opened by ye4241 - 0
Enable Native AOT Roslyn Analyzers
#71 opened by tpeczek - 1
Reconnecting with same ClientId fails
#69 opened by codetuner - 0
[Flaky Test] Test.AspNetCore.ServerSentEvents.Functional.KeepAliveTests.ServerSentEventsServer_KeepaliveModeAlwaysKeepaliveKindEventKeepaliveContentCustom_SendsCustomEventKeepalive
#68 opened by tpeczek - 3
Some accept headers have unexpected behavior
#66 opened by krebil - 3
Supplying multiple Accept headers does not work.
#64 opened by krebil - 12
Unable to configure ServerSentEventsKeepaliveService without exposing (and having to register ServerSentEventsServiceOptions<ServerSentEventsService>) in DI
#63 opened by RobThree - 1
CORS question?
#60 opened by kayanbuild - 2
AddAuthorizationCore for .NET Core 3+ versions
#61 opened by kesik87 - 4
How to rapidly close SSE connections?
#57 opened by drittich - 3
Server disconnects clients after 1.7mins when deployed on Aws behind load balancer and cloudflare
#54 opened by andreaskyritsis - 5
How to add/manage clients in SSE??
#58 opened by imshoaibIsmail - 2
EventSource MIME type
#53 opened by richbryant - 0
- 6
- 3
Controlling Format of Keep Alive
#46 opened by ssteiner - 5
- 3
Old dependancies
#47 opened by dannyhrl - 2
- 0
Investigate Possibility of Providing "Disconnect" Functionality Based on Some Form of Client Identification and 204 Response Status
#39 opened by tpeczek - 3
[Question] SSE concurrency
#42 opened by georgy93 - 3
Single client clarity...
#41 opened by leijae - 2
User Claims is Always Empty
#40 opened by Jarbasjuniorbh - 1
- 3
- 10
CancellationTokenCallback never fired when SSE connection ends in Azure Web App
#35 opened by henry-chris - 2
- 1
Explore using Dictionary synchronized with SemaphoreSlim instead of ConcurrentDictionary for holding clients.
#24 opened by tpeczek - 8
- 8
Routing Problem when published on IIS Application.
#30 opened by axanth - 0
Create Documentation for Groups Functionality
#28 opened by tpeczek - 9
Add More Groups Functionality
#23 opened by henry-chris - 5
SSE Connection TTL on server?
#22 opened by henry-chris - 3
[Question] Disconnect a client
#27 opened by alizahid4004 - 0
- 0
Add support for Groups
#20 opened by tpeczek - 0
- 2
- 2
Authorization policies
#18 opened by seniorquico - 0
Fix repository URL for NuGet
#16 opened by tpeczek - 0
- 0
Attempt to optimize "for all clients" operations based on likelihood of writing to response completing synchronously
#14 opened by tpeczek - 11
Notify when new client
#8 opened by hvolmer - 0
Add support for keepalives
#12 opened by tpeczek - 0
- 0
Upgrade to .NET Standard 2.0 and ASP.NET Core 2.0
#11 opened by tpeczek - 2
- 1
Support for IE/Edge
#9 opened by CheloXL