We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EmptyPayload
Sendable
1 parent 7cfeec8 commit 3e2af1fCopy full SHA for 3e2af1f
Sources/APNSCore/EmptyPayload.swift
@@ -11,6 +11,6 @@
11
//
12
//===----------------------------------------------------------------------===//
13
14
-public struct EmptyPayload: Encodable {
+public struct EmptyPayload: Encodable, Sendable {
15
public init() {}
16
}
0 commit comments