Lib.AspNetCore.ServerSentEvents v5.0.0 Release Notes

Release Date: 2020-05-01 // almost 4 years ago
  • ➕ 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.