The answer to my question is probably very simple, so apologies in advance for this!
I have a class which extends IoHandlerAdapter. My DataRead method calls a method in another class (which is used to parse commands that are received from a client). Will DataRead ever get called whilst it is waiting for a response from this other class? Thanks in advance, Richard.
