Hi,
I have applied reliable messaging concept with data service and rtmp channel. When I send a request during network disconnection, reliable messaging takes care to send the request once the network is resumed. I want to know, if I can be able to view the pending messages in the queue after network resumes, so that I can do some operation like fill() after the pending messages are sent to the server. Menaing, I want to get notification when the pending messages are sent to the server after network resumes and do some operation after that. I also want to know how many requests are pending after the network resumes. Are there any events to capture this information?
Hoping to solve this problem with the forum's help.
Thanks,
betheflexcoder