MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / clearReconnectTimer

Function clearReconnectTimer

web/js/chat.js:211–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209}
210
211function clearReconnectTimer() {
212 if (reconnectTimer !== null) {
213 window.clearTimeout(reconnectTimer);
214 reconnectTimer = null;
215 }
216}
217
218function scheduleReconnect() {
219 if (!shouldMaintainWs || !hasConfiguredWebAuth() || reconnectTimer !== null) {

Callers 2

getOrCreateWsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected