MihaelIsaev / FCM

⚡️ PushNotifications through FireBase for Vapor 3 and 4.
MIT License
125 stars 36 forks source link

Removed unneeded setting of ignoreUncleanSSLShutdown to true #36

Closed sroebert closed 3 years ago

sroebert commented 3 years ago

As mentioned in #35, setting ignoreUncleanSSLShutdown to true, seems to not be necessary anymore. This PR removes the unnecessary piece of code.

Also setting it in this way had no effect, as the client of the application was accessed before configuring it. So this change should not really impact anyone, as all it did was resulting in a warning from Vapor. Removing the code, will also make sure the warning does not show up anymore.

MihaelIsaev commented 3 years ago

35 @sroebert Thanks for the contribution, now it is available since 2.11.1 tag.