After extensive research through documentation, forums, and examples, I have not been able to locate a clear description of how the pushstream module functions in the following scenario:
I am utilizing nginx+pushstream to provide status updates for users waiting on server-side actions. The long polling technique is used where the client reconnects after each message delivery or connection timeout.
In cases where multiple messages are sent to the subscribed queue simultaneously, is there a possibility that the client might miss a message while in the process of reconnecting? Does the pushstream module handle this situation?
Appreciate any insights provided on this matter! :-)