Feat/replace circuit breaker with bounded retry (#393)

Feat/replace circuit breaker with bounded retry (#393)
This commit is contained in:
Renato Alcara
2026-04-27 01:06:25 -03:00
committed by GitHub
parent 8b0a20fed9
commit a32be8d594
16 changed files with 944 additions and 1803 deletions
-2
View File
@@ -142,8 +142,6 @@ export const DEFAULT_CONNECTION_CONFIG: SocketConfig = {
getMessage: async () => undefined,
cachedGroupMetadata: async () => undefined,
makeSignalRepository: makeLibSignalRepository,
// Circuit breaker configuration
enableCircuitBreaker: true,
// Listener limits (memory leak prevention)
// WebSocket: 8 core events (open, close, error, message, ping, pong, upgrade, unexpected-response)
// + 10 dynamic listeners (reconnect handlers, custom events)