Skip to content

Commit 60686dd

Browse files
committed
await gracefullShutdown
1 parent a99e2d1 commit 60686dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/APNS/APNSClient.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public final class APNSClient<Decoder: APNSJSONDecoder, Encoder: APNSJSONEncoder
115115
}
116116

117117
public func run() async throws {
118+
try await gracefulShutdown()
118119
try await self.httpClient.shutdown()
119120
}
120121
}

0 commit comments

Comments
 (0)