Skip to content

Enforce buffer limits after Pipe behavior change #8121

@BrennanConroy

Description

@BrennanConroy

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.

Metadata

Metadata

Assignees

Labels

acceptedThis issue has completed "acceptance" testing (including accessibility)area-signalrIncludes: SignalR clients and servers

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions