Issues.00390 - lordmundi/wikidoctest GitHub Wiki

00390: perl remote commanding client example can hang

« 00389 | Issues | 00391 »

Summary: perl remote commanding client example can hang

Created: 2011–09–19 12:31

Status: Released

Category: Bug

From: frankie

Version: 2.2

Released_In: 2.3

Description:

In the remote_commanding_client.pl script, the send_rcs_command function should probably shutdown the socket for writing to force the server to read and return the result as soon as possible. Otherwise, it is possible for the socket to hang for a while before the RCS decides to flush and execute the command.


Comments


« 00389 | Issues | 00391 »

Associated Commits

| commit | ea5e859292ce313753fed6656b599a6e6c7f535b link5 | || | Author: | Frank Graffagnino | | Date: | Wed Sep 21 15:28:34 2011 -0500 | | Message: | [@Issue 00390: Added shutdown on socket after writing command This should help issues where the server is waiting for more to be written. @] |

Affected Files:

src.dist/scripts/remote_commanding_client.pl | 3 +++
 1 file changed, 3 insertions(+)