Skip to content

v1.0.0-preview1-10259 for ASP.NET SignalR

Pre-release
Pre-release
Compare
Choose a tag to compare
@vicancy vicancy released this 15 Nov 05:47
· 1174 commits to dev since this release
e58c4e6

Improvements

  1. MapAzureSignalR is also able to custom ServiceOptions through Action<ServiceOptions> now. #240
  2. Trace is now enabled, set the trace level to Information for more logs from server side, try GlobalHost.TraceManager.Switch.Level = SourceLevels.Information; #247
  3. Server connections will always try reconnecting to Azure Service, with frequency up to one minute at most. #233
  4. A new ServerCloseMessage message type is introduced. Now server side can report much more detailed error message from service side. #236

Fixes

  1. Fix a false warning when dispatching message #248