Skip to content

v1.0.9 for ASP.NET Core SignalR

Compare
Choose a tag to compare
@vicancy vicancy released this 26 Apr 10:34
f184641

Features:

  1. Add an ApplicationName option to ServiceOptions so that user now can share one Azure endpoint for different environments, as described in #348. Thanks @steverash for providing this cool feature #449

Bug fixes:

  1. Fix the issue that user's aud claim is ignored when reconstructing the HttpContext for Hub. #465
  2. Fix #480 that connection strings customized is not overwriting the ones from configurations. #481