For Telnet connection, is there a limitation for read() to return only 1024 bytes at a time?
We are using ConnectionHandler.read() method to read an NE
reply, which can only read maximum 1024 bytes at one time. If the response is
longer than that, we will get the rest of the response after the next
request (MML) is sent.
We are using ASAP 7.2.0.
0