Skip to content

Lib.AspNetCore.ServerSentEvents 5.0.0

Compare
Choose a tag to compare
@tpeczek tpeczek released this 01 May 19:41

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.