Lib.AspNetCore.ServerSentEvents 7.0.0
Additions and Changes
- Added support for disconnecting clients. You can read more here: Server-Sent Events and ASP.NET Core - Disconnecting a Client
Bug Fixes
- Fixed race condition in groups management. This has caused method signature change (
IServerSentEventsService.AddToGroupAsynctoIServerSentEventsService.AddToGroup)
Full Changelog: v6.0.0...v7.0.0