Closed madsodgaard closed 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.
APNS
QueueContext
.hop(to:)
This PR makes the connection pool public. This allows us to create a
APNS
object forQueueContext
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.