Skip to content

ResetSendPing and ResetTimeout APIs Removed from SignalR HubConnection class #14762

Closed
@ryanbrandenburg

Description

@ryanbrandenburg

ResetSendPing and ResetTimeout APIs Removed from SignalR HubConnection class

The ResetSendPing and ResetTimeout APIs were removed from the SignalR's HubConnection API. These methods were originally intended only for internal use but were made public in 2.2. These API's will no longer be available starting in the 3.0 Preview 4 release.
Use issue: dotnet/aspnetcore#8543 for discussion.

Version introduced

3.0

Old behavior

APIs were available.

New behavior

APIs are removed.

Reason for change

These methods were originally intended only for internal use but were made public in 2.2.

Recommended action

Discontinue use of these methods.

Category

  • ASP.NET Core

Affected APIs


Issue metadata

  • Issue type: breaking-change

Metadata

Metadata

Assignees

Labels

breaking-changeIndicates a .NET Core breaking change

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions