Skip to content

Commit

Permalink
Ooops needed that var.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed Jul 31, 2024
1 parent 8075821 commit 3f46b13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Segment/Utilities/Networking/HTTPClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ public class HTTPClient {
private var cdnHost: String

private weak var analytics: Analytics?

// say segment is reachable until we know otherwise.
@Atomic internal var segmentReachable: Bool = true

init(analytics: Analytics) {
self.analytics = analytics
Expand Down

0 comments on commit 3f46b13

Please sign in to comment.