outboundBatching property
Outbound batching policy on the v3 WebSocket transport.
Ignored when the negotiated protocol is v2. On v3, opportunistic
coalesces same-microtask send calls into one frame (capped at
maxV3OutboundFrameBytes); disabled forces one frame per call.
Implementation
final OutboundBatchingPolicy outboundBatching;