Hi,If I write too much data to to an IoSession (many short messages, not a big chunk), do I then risk loosing some of that data ? I'm thinking about making a fifo queue system, and then write the next message when messageSent() is invoked, but is it neccesary ?
Best regards, Thor
