# SignalR

***

## 3.1.4

08 Apr 2026

* Updated to .NET 10 to support Linx 6.13.x. This version of the SignalR plugin is required when using Linx 6.13.x.

***

## 3.1.3

22 Jan 2026

* Removed the obsolete SignalRService as it was no longer functional. Users should migrate to the newer SignalR service (v2.0.0 or later).

***

## 3.1.2

27 Aug 2025

* Fixed: Newly established connections to the hub would immediately disconnect again

***

## 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.0
* 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

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linx.software/releasenotes/plugins/signalr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
