Skip to content

Commit

Permalink
Remove auth change TODO as authentication details are read-only in re…
Browse files Browse the repository at this point in the history
…mote change observer
  • Loading branch information
claucambra committed Jul 9, 2024
1 parent c2b947a commit d63580c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ public class RemoteChangeObserver: NSObject, NKCommonDelegate, URLSessionWebSock
return
}

// TODO: Stop on auth change
Task.detached(priority: .background) {
do {
try await Task.sleep(nanoseconds: self.webSocketPingIntervalNanoseconds)
Expand Down

0 comments on commit d63580c

Please sign in to comment.