Skip to content

Commit

Permalink
fix linux
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jan 27, 2024
1 parent 37741be commit a18364b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/HummingbirdCore/Client/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ public struct HBClient<ClientChannel: HBClientChannel> {
self.address = address
self.eventLoopGroup = eventLoopGroup
self.logger = logger
#if canImport(Network)
self.tlsOptions = nil
#endif
}

#if canImport(Network)
Expand Down

0 comments on commit a18364b

Please sign in to comment.