Skip to content

Commit 3f46b13

Browse files
committed
Ooops needed that var.
1 parent 8075821 commit 3f46b13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/Segment/Utilities/Networking/HTTPClient.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ public class HTTPClient {
2727
private var cdnHost: String
2828

2929
private weak var analytics: Analytics?
30+
31+
// say segment is reachable until we know otherwise.
32+
@Atomic internal var segmentReachable: Bool = true
3033

3134
init(analytics: Analytics) {
3235
self.analytics = analytics

0 commit comments

Comments
 (0)