DashboardopencodeopenSupervisorTransport pendingOutput

openSupervisorTransport pendingOutput

Category: gotcha
Confidence: 1.00
ID: 01a0802b-e849-7447-9d2c-949996f75dfa
Project ID: c0425955-02bc-4c17-9af2-b114c00077e7
Cross-project: No
Recalled in other projects: 0
Source session: 0OJYWmHUobcuQ4y8f
Created: 2026-09-08 08:39:16
Updated: 2026-09-08 08:39:16

Content

Trap: buffering output until START acknowledgement looks necessary because the plugin listener is installed afterward, but an immediately noisy command can make pendingOutput grow without bound before the normal session buffer exists. Fix: retain only a MAX_BUFFER_SIZE tail before listener attachment and preserve the same aggregate output bound across the handoff.

Move to: