Skip to content

ResetSendPing and ResetTimeout APIs Removed from SignalR HubConnection class #14762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ryanbrandenburg opened this issue Sep 27, 2019 · 0 comments · Fixed by #15044
Closed

ResetSendPing and ResetTimeout APIs Removed from SignalR HubConnection class #14762

ryanbrandenburg opened this issue Sep 27, 2019 · 0 comments · Fixed by #15044
Assignees
Labels
breaking-change Indicates a .NET Core breaking change

Comments

@ryanbrandenburg
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Indicates a .NET Core breaking change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants