Mark Webb wrote:
If the 2 session represent different connections, then I would agree.
They do. He originally stated this on IRC, but the way the question was stated initially led me astray too. The mixup was cleared eventually.
On Thu, Aug 7, 2008 at 5:17 PM, f2t <[EMAIL PROTECTED]> wrote:If i do IoSession.write("something").join(); IoSession.write("something2"); where each IoSession is from a
I would've written "session1.write("foo").join(); and session2.write("bar");". It's much clearer for me at least.
