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
Copy file name to clipboardExpand all lines: docs/cachedNotification_queue.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ java-apns maintains a per-connection sent queue (cachedNotifications) like descr
4
4
5
5
* java-apns queue is bounded (cacheNotification() will poll notifications out of the queue when the queue gets too big.)
6
6
7
-
* It does not regularily check whether sent messages have been sent a few seconds ago to remove them from the sent queue.
7
+
* It does not regularly check whether sent messages have been sent a few seconds ago to remove them from the sent queue.
8
8
9
9
So if we send a lot of notifications without failure the old notifications will fall off the queue. This is typically ok (since they are "older" and probably have been sent successfully). The queue only serves to cache all the messages sent in between the client sending a bad notification and the APNS server replying.
0 commit comments