|
|
@@ -18,7 +18,7 @@ if(false === ($file_bin_data = file_get_contents($file_path)))
|
|
|
exit("can not get contents of $file_path\n");
|
|
|
}
|
|
|
|
|
|
-$address = "tcp://127.0.0.1:2015";
|
|
|
+$address = "tcp://127.0.0.1:2016";
|
|
|
if(!($sock = stream_socket_client($address, $err_no, $err_str)))
|
|
|
{
|
|
|
exit("can not connect to $address $err_str");
|