From 31649357ffc70a1300313994419ceed4ee4b309c Mon Sep 17 00:00:00 2001 From: Florian Friedrich Date: Tue, 16 Apr 2024 17:44:04 +0200 Subject: [PATCH] Make APNSClient Sendable if coders are Sendable (#195) --- Sources/APNS/APNSClient.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/APNS/APNSClient.swift b/Sources/APNS/APNSClient.swift index e6beebe..f17bfe7 100644 --- a/Sources/APNS/APNSClient.swift +++ b/Sources/APNS/APNSClient.swift @@ -135,6 +135,7 @@ public final class APNSClient