Lib.AspNetCore.ServerSentEvents 5.0.0
Additions and Changes
- Changed the collection of key/value pairs to store additional information for clients to thread safe methods (thank you @sebastiano1972)
Bug Fixes
- Fixed Accept request header validation so request without it are processed.
- Fixed ClientConnected and ClientDisconnected events not firing for custom ServerSentEventsService implementations.