On 09/12/2014 17:08, Rémy Maucherat wrote: > Hi, > > As part of the conntectToServer method, any message that could be present > in the socket buffer would be processed inline and go to the message > handler. Is that normal ? I have the impression reading the javadoc this > method should just be doing the initial connection.
How would a message get into the socket buffer? The client needs a session to write a message and it won't get one until connectToServer returns. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org