Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
graszka22 committed Jun 21, 2024
1 parent 735a41b commit 08faba5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/FishjamClient/FishjamClientInternal.swift
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ internal class FishjamClientInternal: MembraneRTCDelegate, WebSocketDelegate {
}

func onSocketError() {
isAuthenticated = false
listener.onSocketError()
}

Expand All @@ -176,6 +177,7 @@ internal class FishjamClientInternal: MembraneRTCDelegate, WebSocketDelegate {
}

func onDisconnected() {
isAuthenticated = false
listener.onDisconnected()
}

Expand Down

0 comments on commit 08faba5

Please sign in to comment.