java-apns icon indicating copy to clipboard operation
java-apns copied to clipboard

Queueing vs. pooling

Open crazybob opened this issue 7 years ago • 0 comments

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?

crazybob avatar Jan 26 '18 23:01 crazybob