Skip to content

Commit

Permalink
Make APNSClient Sendable if coders are Sendable (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried authored Apr 16, 2024
1 parent 7c58e80 commit 3164935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/APNS/APNSClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public final class APNSClient<Decoder: APNSJSONDecoder, Encoder: APNSJSONEncoder
}
}

extension APNSClient: Sendable where Decoder: Sendable, Encoder: Sendable {}

// MARK: - Raw sending

Expand Down

0 comments on commit 3164935

Please sign in to comment.