Skip to content

v1.0.8 for ASP.NET Core SignalR

Compare
Choose a tag to compare
@vicancy vicancy released this 26 Mar 03:58
1ba27d5

Bug fixes:

  1. Fix dead client connections didn't remove from manager. (#402)
  2. Fix router bug when SendToConnection for multi-endpoints
  3. Fix the duplicate endpoint false alert as described in #439

Feature:

  1. Releasing Management SDK for Azure SignalR Service. You can use this SDK to manage your SignalR clients connected to your Azure SignalR Service directly such as broadcast messages. You can refer to Management Samples for more information about this SDK.

Breaking changes:

  1. Interface update for sharding usage, adding HttpContext as input parameters when negotiate