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.
1 parent 24c771d commit be3909cCopy full SHA for be3909c
Sources/WebPush/WebPushManager.swift
@@ -12,9 +12,10 @@ import Foundation
12
import NIOHTTP1
13
import Logging
14
import NIOCore
15
+import NIOPosix
16
import ServiceLifecycle
17
-actor WebPushManager: Sendable {
18
+public actor WebPushManager: Sendable {
19
public let vapidConfiguration: VAPID.Configuration
20
21
/// The maximum encrypted payload size guaranteed by the spec.
0 commit comments