MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / clearBatchWebSocketReconnect

Function clearBatchWebSocketReconnect

static/js/app.js:1250–1256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1248}
1249
1250function clearBatchWebSocketReconnect() {
1251 if (batchWsReconnectTimer) {
1252 clearTimeout(batchWsReconnectTimer);
1253 batchWsReconnectTimer = null;
1254 }
1255 batchWsReconnectAttempts = 0;
1256}
1257
1258function scheduleWebSocketReconnect(taskUuid) {
1259 if (!taskUuid || wsReconnectTimer || wsManualClose || taskCompleted || taskFinalStatus !== null || activeTaskUuid !== taskUuid) {

Callers 3

resetButtonsFunction · 0.85
connectBatchWebSocketFunction · 0.85
disconnectBatchWebSocketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected