Hi Mina users,

 

I have a problem with session handling in Mina.

My ecosystem includes lots of TCP clients with

near real time activity and Apache Mina 1.1.7 as

the server software. The problem i am faced nowadays

is with session thing. The detailed steps and my observation

is followed.

 

1.       TCP client sends a message to Mina

2.       Mina handles the message and messageReceived is invoked

3.       Session object is passed to messageReceived, not null

4.       (Application level control logic ) Session.isConnected returned
false

 

My question is : Even if I received a message from a TCP client, why
session.isConnected

returned false ? What is the rationale behind that ?

 

Thank you very much !

Bugra Cakir

Reply via email to