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 39320ec commit f84556cCopy full SHA for f84556c
Sources/WebPush/WebPushManager.swift
@@ -394,7 +394,7 @@ public actor WebPushManager: Sendable {
394
request.body = .bytes(ByteBuffer(bytes: requestContent))
395
396
/// Send the request to the push endpoint.
397
- let response = try await httpClient.execute(request, deadline: .now() + .seconds(2), logger: logger)
+ let response = try await httpClient.execute(request, deadline: .distantFuture, logger: logger)
398
399
/// Check the response and determine if the subscription should be removed from our records, or if the notification should just be skipped.
400
switch response.status {
0 commit comments