You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of my notifications will be queued in a single background thread and only one of the connections from the pool will be used at a time. Is this intentional?
The text was updated successfully, but these errors were encountered:
If I use queuing and pooling together:
APNS.newService()
.asPool(...)
.asQueued()
All of my notifications will be queued in a single background thread and only one of the connections from the pool will be used at a time. Is this intentional?
The text was updated successfully, but these errors were encountered: