Hi,
I would like to ask about ordering in following case:
POST /api/push
1) I send http POST requset towards /api/push with message A to audience of User1, User2, User3 ... (and other 500 users)
10 secondes later
2) I send http POST requset towards /api/push with message B to the same audience as for message A
Is it guaranteed that all users will receive message A and message B in this order?
Thanks for answering my question. I assume it's not guaranteed but I did not find that information in your docs.
Martin
Comments
1 comment