Skip to content

SignalR dotnet client version doubts #60820

Answered by BrennanConroy
devshank3 asked this question in Q&A

You must be logged in to vote

https://learn.microsoft.com/aspnet/core/signalr/client-features?view=aspnetcore-9.0#versioning-support-and-compatibility

Any supported client can safely connect to any supported server, and any compatibility issues would be considered bugs to be fixed.

We try to keep compatibility between all versions by using the negotiate and handshake parts of the connection startup process.

Release notes are released every year in https://devblogs.microsoft.com/dotnet/category/aspnetcore/
There is also a table listing features and which versions the feature was added for which clients:
https://learn.microsoft.com/aspnet/core/signalr/client-features?view=aspnetcore-9.0#feature-distribution

Replies: 1 comment 2 replies

You must be logged in to vote
2 replies
@BrennanConroy

Answer selected by devshank3
@devshank3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area-signalr Includes: SignalR clients and servers
2 participants