Skip to content

Commit 5b99b5d

Browse files
Fixed an issue building on non-apple platforms
1 parent 6bce305 commit 5b99b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WebPush/WebPushManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ actor WebPushManager: Service, Sendable {
2525
vapidConfiguration: VAPID.Configuration,
2626
// TODO: Add networkConfiguration for proxy, number of simultaneous pushes, etc…
2727
logger: Logger? = nil,
28-
eventLoopGroupProvider: NIOEventLoopGroupProvider = .shared(.singletonNIOTSEventLoopGroup)
28+
eventLoopGroupProvider: NIOEventLoopGroupProvider = .shared(.singletonMultiThreadedEventLoopGroup)
2929
) {
3030
self.vapidConfiguration = vapidConfiguration
3131
let allKeys = vapidConfiguration.keys + Array(vapidConfiguration.deprecatedKeys ?? [])

0 commit comments

Comments
 (0)