SignalR
3.1.1
24 Feb 2025
Fixed: Copying service with methods caused a deserialization exception
3.1.0
16 Oct 2024
UX improvements
Fixed: NullReferenceException when no clients are connected to the hub
3.0.0
15 Jul 2024
Updated to .NET 8
Fixed: SignalRService could not be compiled due to an assembly versioning issue
2.1.0
14 Dec 2023
Changed the plugin from Windows-specific to be platform-independent
2.0.1
5 Sep 2023
Fixed bug: JWT Authentication failed due to missing method exception.
2.0.0
21 Feb 2023
The previous SignalR service (v1.0.0) will remain untouched in your older solutions and will have to be manually replaced with the newer version of the SignalR service. SignalR Service v1.0.0 and v2.0.0 can run side-by-side in the same solution.
Uses the new Service Functions provided by Linx.
Client and Server methods have been split and are defined in separate properties.
The HubURL will be displayed in the debug output when debugging SignalR
1.0.0
23 Jun 2022
First release
Last updated