You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.