Home > Back-end >  Mina framework how to confirm receipt of message request before
Mina framework how to confirm receipt of message request before

Time:03-22

Do a server with mina, there will be multiple clients web server to send data at the same time, the server IoHandlerAdapter messageReceived method will receive a lot of messages, when the server needs to send more than one client request message message, how can I confirm messageReceived request the return value of the received message is before?
  • Related