vapor / apns

Helpful extensions and abstractions for using APNSwift
MIT License
115 stars 29 forks source link

Make connection pool public #29

Closed madsodgaard closed 3 years ago

madsodgaard commented 3 years ago

This PR makes the connection pool public. This allows us to create a APNS object for QueueContext for example and supply the correct logger and event loop, instead of being forced to use .hop(to:) and using the request logger or application logger.