Skip to content

v2.5.2-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@chkr1011 chkr1011 released this 17 Nov 20:21
· 1618 commits to master since this release
  • [Core] Fixed library reference issues for .NET 4.6 and netstandard 2.0 (Thanks to @JanEggers).
  • [Core] Several COM exceptions are now wrapped properly resulting in less warnings in the trace.
  • [Core] Removed application message payload from trace to reduce trace size and increase performance.
  • [Client] Fixed WebSocket sub protocol negotiation for ASP.NET Core 2 servers (Thanks to @JanEggers).
  • [Client] Fixed broken connection after 30 seconds then using WebSocket protocol (Thanks to @ChristianRiedl).
  • [Server] Client connections are now closed when the server is stopped (Thanks to @zhudanfei).
  • [Server] Published messages from the server are now retained (if set) (Thanks to @ChristianRiedl). BREAKING CHANGE!

Fixed tickets:
#114, #103, #93, #113, #112, #110, #100, #91