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
Do I understand correctly that when sending subsequent notifications, when any iteration returns a code other than success or 404, it will stop sending further messages?
This discussion was converted from issue #251 on October 31, 2023 19:40.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a question for you that can help me solve the problem in my application. My doubts are about this piece of code:
noticed/lib/noticed/delivery_methods/fcm.rb
Lines 19 to 29 in 407de14
Do I understand correctly that when sending subsequent notifications, when any iteration returns a code other than
success
or404
, it will stop sending further messages?Shouldn't we treat it as a bug in this case?
What do you think?
Best regards and thank you for your work!
Beta Was this translation helpful? Give feedback.
All reactions