1.8.0 (2022-04-07)
Features Added
- Added
SignalROptions
. Users can configure service endpoints, service transport type, and JSON object serialization withSignalROptions
in the startup class. - Support customizing client endpoint and server endpoint in multiple ways. It is useful when you want to integrate with application gateway. Go here for more details.
Bugs Fixed
- Fixed the message order problem.
- Fixed the ackable message timeout problem when multiple SignalR endpoints exist.