Skip to content

Commit

Permalink
use correct shutdown method (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagreenwood authored Sep 25, 2024
1 parent a15f7ef commit c3426f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DataDogLog/Internal/NetworkClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class NetworkClient: Sendable {

deinit {
#if os(Linux)
try? client.syncShutdown()
client.shutdown()
#endif
}

Expand Down

0 comments on commit c3426f3

Please sign in to comment.