Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Bug
-
2.0.7, 2.0.8, 2.0.9
-
None
-
Processor : 4x Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz
Memory : 8087MB
Operating System : Ubuntu 14.10
for client and also for server, both running at localhost
Description
I've implemented a client-server app using MINAv2.0.9 on both sides.
When communicating over UDP, server closes active session after 60s
(probably DEFAULT_TIME_TO_LIVE interval in ExpiringMap class). It
looks like server doesn't update time-to-live of the session with
every message sent. More about the problem at
http://stackoverflow.com/questions/28187401/apache-mina-server-closes-active-udp-session-after-60s.