in reply to Re^2: Telnet, XML API, and I/O Buffering
in thread Telnet, XML API, and I/O Buffering

Hi,

Did you implement the Msg toolkit on the sending side as well or only on the receiving side ?

It has to be implemented on both sides because it enforces a kind of protocol. For example, one of the protocol requirements is that the server has to mark the beginning of each message with a four byte message length otherwise the rcv_now sub (which calls _rcv) doesn't work correctly.

Hope this helps.

  • Comment on Re^3: Telnet, XML API, and I/O Buffering