diff --git a/Nos/Service/Relay/RelayService.swift b/Nos/Service/Relay/RelayService.swift index bcd925465..f3fbba350 100644 --- a/Nos/Service/Relay/RelayService.swift +++ b/Nos/Service/Relay/RelayService.swift @@ -744,8 +744,6 @@ extension RelayService: WebSocketDelegate { switch event { case .connected: await handleConnection(from: client) - case .viabilityChanged(let isViable) where isViable: - await handleConnection(from: client) case .disconnected(let reason, let code): await subscriptions.remove(socket) print("websocket is disconnected: \(reason) with code: \(code)")