in reply to Re^5: Check connection state prior to send data
in thread Check connection state prior to send data
Then, during sleep I disconnect acting on server. When the application try to send the message, it exit from execution without print anything.... OpenSocket(); sleep(5); $str="Something to send"; $sock1->send($str);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Check connection state prior to send data
by Corion (Patriarch) on Sep 24, 2016 at 09:26 UTC |