Avoid races between enabling the send queue and receiving back a status update, stop dropping duplicates both here and on reachability status printing.

This commit is contained in:
Stefan Ceriu
2024-06-20 14:59:13 +03:00
committed by Stefan Ceriu
parent 8ece1b00ee
commit 0ec6fba2ba
2 changed files with 1 additions and 3 deletions

View File

@@ -665,7 +665,6 @@ class AppCoordinator: AppCoordinatorProtocol, AuthenticationFlowCoordinatorDeleg
let reachabilityNotificationIdentifier = "io.element.elementx.reachability.notification"
ServiceLocator.shared.networkMonitor
.reachabilityPublisher
.removeDuplicates()
.sink { reachability in
MXLog.info("Reachability changed to \(reachability)")