Hi, Im Wayne.
I'm subscribing messages with "pull" method in PHP.
I'm wondering if I could get messages in order in PHP (messages are published in order)
I found that PHP has no API with ordered subscription but it seems like I subscribe messages in order with pull method automatically without any ordering codes.
Thanks.