T
Tim Kuehn
Guest
Now that I've got which socket is which all sorted out - I've got code that create a client, a server that waits for a connection, launches an endpoint object when a connection is made, receives data, and sends data - all in a nice event driven model. Problem is - READ-RESPONSE() is not working on the originating endpoint (ie the client side). GET-BYTES-AVAILABLE() show that there's data available, but nothing I've done have gotten the READ-RESPONSE trigger to work. How is this supposed to be done? On the server side I set it when the CONNECT() event fires and that works fine. There's nothing nothing comparable on the client side so I've tried setting it right after the object's created, or after it's connected - to no avail.
Continue reading...
Continue reading...