Hi Small question...
If i do IoSession.write("something").join();
IoSession.write("something2"); where each IoSession is from a
different SocketConnector but connected to the same server, is
something guaranteed to reach the server before something2? Assume
these two method calls would be running in the same thread.
Thank you
