You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(jsonrpc): buffer output writes in StreamMessageConsumer
Wrap provided OutputStream in BufferedOutputStream to amortize small
writes; improves throughput by reducing syscalls. Centralize wrapping
via setOutput to avoid double wrapping.
0 commit comments