You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/PusherLogger.swift
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ internal class PusherLogger {
26
26
// Websockets
27
27
28
28
case attemptReconnectionAfterReachabilityChange ="Connection state is 'connected' but received network reachability change so going to call attemptReconnect"
29
+
case attemptReconnectionAfterWaiting ="Attempting to reconnect after waiting"
29
30
case connectionEstablished ="Socket established with socket ID:"
30
31
case disconnectionWithError ="Websocket is disconnected."
31
32
case disconnectionWithoutError ="Websocket is disconnected but no error received"
self.delegate?.debugLog?(message:"[PUSHER DEBUG] Waiting \(timeInterval) seconds before attempting to reconnect (attempt \(reconnectAttempts +1) of \(reconnectAttemptsMax!))")
0 commit comments