v1.0.0-preview1-10259 for ASP.NET SignalR
Pre-release
Pre-release
vicancy
released this
15 Nov 05:47
·
1174 commits
to dev
since this release
Improvements
MapAzureSignalR
is also able to customServiceOptions
throughAction<ServiceOptions>
now. #240- Trace is now enabled, set the trace level to
Information
for more logs from server side, tryGlobalHost.TraceManager.Switch.Level = SourceLevels.Information;
#247 - Server connections will always try reconnecting to Azure Service, with frequency up to one minute at most. #233
- A new
ServerCloseMessage
message type is introduced. Now server side can report much more detailed error message from service side. #236
Fixes
- Fix a false warning when dispatching message #248