Dear Erich, I can confirm that both scserver and sfserver works with r11517 (I was to late for r11516) With some modifications I could make the example code you provided work. Almost. Observation 1: it is not possible to send the <Enter> to the server because then it will be closed before the clients are up&running. Observation 2: It works to have two (or more) clients run in parallel, but the output of the two instances gets gobbled up. To be able to parse the output I added a small delay between the two clients (so they run in succession). Observation 3: as long as there are clients active the server will not exit, also if you send it the <Enter>. Once all clients are closed the server will exit though. I guess this is intended behavior. In order to make this a test case I need a way to send input to the server AFTER the clients have been started. I tried to start the clients first but that does not work. I get a "SockConnect failed: ECONNREFUSED“ or "Connect failed: ECONNREFUSED“ error message. Is it possible in some way to send input to an "address with“ statement delayed? |
clientservertest.rex
Description: Binary data
|
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel