Skip to content

Commit

Permalink
Revert visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
carson-katri committed Aug 31, 2023
1 parent 70df4a6 commit ea01b7b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class LiveSessionCoordinator<R: RootRegistry>: ObservableObject {
// Socket connection
var socket: Socket?

private(set) var domValues: DOMValues!
private var domValues: DOMValues!

private var liveReloadSocket: Socket?
private var liveReloadChannel: Channel?
Expand Down Expand Up @@ -165,7 +165,7 @@ public class LiveSessionCoordinator<R: RootRegistry>: ObservableObject {
}
}

func disconnect() async {
private func disconnect() async {
await rootCoordinator.disconnect()
for entry in self.navigationPath {
await entry.coordinator.disconnect()
Expand Down

0 comments on commit ea01b7b

Please sign in to comment.