Re: Mina KeepaliveFilter issue

2018-07-27 Thread Jonathan Valliere
Can you copy your KeepAliveFilter code to a pastebin? I would like to look at it. Are you using the current version of Mina? We had an issue relating the IoSession backlog a while back DIRMINA-1057 which makes sure that the counters are working correctly. On Thu, Jul 26, 2018 at 8:47 PM, Ming

Mina KeepaliveFilter issue

2018-07-27 Thread Ming Lin
Hi, I am trying to apply KeepAliveFilter to my application when sessionIdle calls, but I ran into a problem that scheduledWriteMessages in IoSession keeps increasing when KeepAlive message is sent. So, i debugged a little and found there might be a bug in the code, but I need your help to see if