Skip to content

Commit

Permalink
Fixed an issue building on non-apple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitribouniol committed Dec 6, 2024
1 parent c617669 commit 770fb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WebPush/WebPushManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ actor WebPushManager: Service, Sendable {
vapidConfiguration: VAPID.Configuration,
// TODO: Add networkConfiguration for proxy, number of simultaneous pushes, etc…
logger: Logger? = nil,
eventLoopGroupProvider: NIOEventLoopGroupProvider = .shared(.singletonNIOTSEventLoopGroup)
eventLoopGroupProvider: NIOEventLoopGroupProvider = .shared(.singletonMultiThreadedEventLoopGroup)
) {
self.vapidConfiguration = vapidConfiguration
let allKeys = vapidConfiguration.keys + Array(vapidConfiguration.deprecatedKeys ?? [])
Expand Down

0 comments on commit 770fb51

Please sign in to comment.