No more data from port 7879?

Started by Harry, March 22, 2008, 05:34:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Harry

Thanks for that. It seems that connecting with telnet give good results (if you do not start another program). If I connect , for example with php), I dont; get good data:

$fp = fsockopen("127.0.0.1","7879", $errno, $errstr, 1);
   while (!feof($fp))   
   $buff1=fgets($fp, 2048);
   echo $buff1;
......


Quote from: AirNav Support on March 23, 2008, 04:09:12 PM
Thanks Harry we will flag that as bug.