At the moment when the application closes, client code drops messages left in queue if they can't be sent within period of 5 seconds. This is done to avoid making user wait too much.
It's necessary to find a way to send all messages before application is closed, to avoid truncated sessions.
At the moment when the application closes, client code drops messages left in queue if they can't be sent within period of 5 seconds. This is done to avoid making user wait too much. It's necessary to find a way to send all messages before application is closed, to avoid truncated sessions.