From ee8c2e94a865274a859ffc3e57d043e24dcf39df Mon Sep 17 00:00:00 2001 From: minima Date: Fri, 30 Mar 2001 13:44:22 +0000 Subject: [PATCH] add a sleep after sending the connected message --- perl/ExtMsg.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl/ExtMsg.pm b/perl/ExtMsg.pm index 2fd19873..be21d958 100644 --- a/perl/ExtMsg.pm +++ b/perl/ExtMsg.pm @@ -116,6 +116,7 @@ sub to_connected $conn->{timeout}->del if $conn->{timeout}; delete $conn->{timeout}; $conn->_send_file("$main::data/connected"); + Msg->sleep(1); &{$conn->{rproc}}($conn, "$dir$call|$sort"); } -- 2.34.1