in reply to Re: No data received on client socket
in thread No data received on client socket
This is in line with the behavior of the original code, where the message string is empty, but now I know that no message arrives. Even if I can see with tcpdump that the message arrives on the network card of the Linux client.# Block here until message arrives my ($read_ready) = IO::Select->select($sock_read_hdl, undef, undef, un +def);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: No data received on client socket
by caelifer (Scribe) on Sep 19, 2006 at 21:16 UTC | |
by rbi (Monk) on Sep 20, 2006 at 15:07 UTC | |
by ikegami (Patriarch) on Sep 20, 2006 at 15:19 UTC |