fix(plugin): address kubernetes fast upload review

This commit is contained in:
Dotta
2026-05-13 12:44:48 -05:00
committed by Chris Farhood
parent fcbbd50b60
commit 58d1b19206
5 changed files with 44 additions and 5 deletions
@@ -151,7 +151,6 @@ export async function execInPod(
.then((webSocket) => {
ws = webSocket as WebSocketLike;
if (stdinStream && stdinPayload) {
stdinStream.removeAllListeners("end");
stdinStream.end(stdinPayload);
}
ws.on("close", (code: number, reason: Buffer) => {