SignalR HandshakeProtocol.SuccessHandshakeData removed and replaced with helper method #368
Labels
3.0.0
Announcements related to ASP.NET Core 3.0
Announcement
Breaking change
Documented
The breaking change has been published to the .NET Core docs
Migrated
Uh oh!
There was an error while loading. Please reload this page.
The
HandshakeProtocol.SuccessHandshakeData
field was removed and replaced with a helper method that generates a successful handshake response given a specificIHubProtocol
. This change was made because additional fields were added to the handshake response that are non-constant and change depending on the selected protocol.This type is not designed for use from user code, it is public so it can be shared between the SignalR server and client. It may also be used by customer SignalR clients written in .NET. Users of SignalR should not be affected by this change.
Use dotnet/aspnetcore#11098 to discuss this.
[This announcement has been migrated to: dotnet/docs#14943]
The text was updated successfully, but these errors were encountered: