Skip to main content

OUTBOUND_BUFFER

Constant OUTBOUND_BUFFER 

Source
const OUTBOUND_BUFFER: usize = 64;
Expand description

Bound for server -> client JSON-RPC messages.

Tool results can be large. Keeping stdout writes behind a bounded channel makes slow readers apply backpressure instead of accumulating unbounded response bodies in memory.