Share via


HubConnectionOptions.StatefulReconnectBufferSize Property

Definition

Amount of serialized messages in bytes we'll buffer when using Stateful Reconnect until applying backpressure to sends from the client.

public long StatefulReconnectBufferSize { get; set; }
member this.StatefulReconnectBufferSize : int64 with get, set
Public Property StatefulReconnectBufferSize As Long

Property Value

Remarks

Defaults to 100,000 bytes.

Applies to