Skip to content

Commit

Permalink
Make APNSClient Sendable if coders are Sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Mar 13, 2024
1 parent e2b5b76 commit 52b91f1
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 52b91f1

Please sign in to comment.