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 f51f6fe commit 21e25ccCopy full SHA for 21e25cc
Sources/FCM/FCM.swift
@@ -34,7 +34,9 @@ public struct FCM {
34
35
public init(application: Application) {
36
self.application = application
37
- application.client.configuration.ignoreUncleanSSLShutdown = true
+ if !application.client.configuration.ignoreUncleanSSLShutdown {
38
+ application.client.configuration.ignoreUncleanSSLShutdown = true
39
+ }
40
self.client = application.client.http
41
}
42
0 commit comments