Hi All, I'm working on a server / client application using MINA. The server and client communicates by tcp. In some situations, server would actively push messages to client. How to design? The server can directly write messages to the session, but what if the session is closed (for instance the network is broken) ? To try to connect to server when session closes every time and keep try or set up a MINA server also on client side and server using MINA client to send message to the client?
Thank you. -- Best Regards DAI Jun
