Skip to content

Commit b09d3b6

Browse files
committed
fix time-of-refresh test regression
1 parent e4c60b5 commit b09d3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftOCA/OCP.1/Ocp1Connection+Connect.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ extension Ocp1Connection {
119119
logger.trace("connected!")
120120

121121
_updateConnectionState(.connected)
122-
await _refreshDeviceTreeWithPolicy()
123122
await refreshSubscriptions()
124123
await refreshCachedObjectProperties()
124+
await _refreshDeviceTreeWithPolicy()
125125
}
126126

127127
/// reconnect to the OCA device with exponential backoff, updating

0 commit comments

Comments
 (0)