fandrei / AppMetrics

Apache License 2.0
8 stars 2 forks source link

Solve problem: losing messages on application close #20

Closed fandrei closed 12 years ago

fandrei commented 12 years ago

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.

mrdavidlaing commented 12 years ago

but this is addressed by message sending multiplexing