-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
acceptedThis issue has completed "acceptance" testing (including accessibility)This issue has completed "acceptance" testing (including accessibility)area-signalrIncludes: SignalR clients and serversIncludes: SignalR clients and servers
Milestone
Description
We need to react to dotnet/corefx#35711 which removes the old behavior of throwing when the writer is waiting because of backpressure and the reader examines everything but doesn't consume. Instead the reader will now unblock the current write allowing more data to be buffered.
We'll need to enforce our own limits in the HubConnectionHandler.DispatchMessagesAsync()
method.
jkotalik
Metadata
Metadata
Assignees
Labels
acceptedThis issue has completed "acceptance" testing (including accessibility)This issue has completed "acceptance" testing (including accessibility)area-signalrIncludes: SignalR clients and serversIncludes: SignalR clients and servers