SignalR HubConnectionContext constructors changing #369
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
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Prior to 3.0
HubConnectionContext
had two constructors:In 3.0 these 2 constructors have been removed and replaced them with a new one:
This new constructor makes use of a new options object, so we can expand the features of
HubConnectionContext
in the future without making more constructors and breaking changes.Use dotnet/aspnetcore#11431 to discuss this.
This announcement has been migrated to: dotnet/docs#14845
The text was updated successfully, but these errors were encountered: