Changes
1 changed files (+3/-2)
-
-
@@ -26,7 +26,7 @@ enum CancelError: Error {enum ConnectionState { case connecting case connected(Communicatable & Connectable) case connected(Communicatable & RoonKit.Connectable) case waitingToReconnect case failed(any Error) }
-
@@ -154,7 +154,8 @@ final class ConnectionDataModel {} Logger().debug( "Connection closed, reconnecting after interval") "Connection closed, reconnecting after interval" ) try await Task.sleep( for: Self.reconnectionWindow
-