Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Dec 1, 2024
1 parent a5d72d8 commit 35f90bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/SwiftOCA/OCP.1/Ocp1Connection+Connect.swift
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,9 @@ extension Ocp1Connection {
}

public var currentConnectionState: Ocp1ConnectionState {
#if canImport(Darwin)
access(keyPath: \.currentConnectionState)
#endif
return _connectionState.value
}

Expand Down

0 comments on commit 35f90bf

Please sign in to comment.