()
| 1240 | } |
| 1241 | |
| 1242 | function clearWebSocketReconnect() { |
| 1243 | if (wsReconnectTimer) { |
| 1244 | clearTimeout(wsReconnectTimer); |
| 1245 | wsReconnectTimer = null; |
| 1246 | } |
| 1247 | wsReconnectAttempts = 0; |
| 1248 | } |
| 1249 | |
| 1250 | function clearBatchWebSocketReconnect() { |
| 1251 | if (batchWsReconnectTimer) { |
no outgoing calls
no test coverage detected