Mina Server losing messages

2021-06-27 Thread Itzhaki, Guy
Hi all, During our tests we found that in some circumstances Mina server loses messages. >From what we understand this happens when client opens connection and then >sends message(s) and the server is still busy processing the sessionOpened >event while the message the client sent went through

How to get status on transferred files?

2020-01-01 Thread Itzhaki, Guy
Happy new year team! I wrote a client (using MINA) that sends files. For that purpose I implemented a filter that extends AbstractStreamWriteFilter. I would like to display the user a real time progress means how many bytes were transferred (% of the file size). My question is, what is the best