Why sendAll deprecated #2470
Unanswered
thomasglachant
asked this question in
Q&A
Replies: 1 comment
-
See this answer: #2418 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I work on an application that need to send a notifications to a lot of tokens (more than 1000).
I saw that the
sendAll
method is deprecated and replaced by thesendEach
method.This method send the messages one by one, with poorly performance than the
sendAll
methodDo anyone know why the sendAll method should not be used anymore ?
Beta Was this translation helpful? Give feedback.
All reactions