我的gatewayWorker從前端可以正常連接并進(jìn)行通信,但是在后端調(diào)用gatewayClient就死活連不上!?。。。?!
調(diào)用gatewayClient時候返回的消息如下:<br />
<b>Warning</b>: stream_socket_client(): unable to connect to tcp://0.0.0.0: (Failed to parse address "0.0.0.0:") in <b>/bigiron/mapp/Gateway.php</b> on line <b>1188</b><br />
<br />
<b>Warning</b>: stream_socket_sendto() expects parameter 1 to be resource, boolean given in <b>/bigiron/mapp/Gateway.php</b> on line <b>1189</b><br />
求助嗚嗚嗚!!
?
連接gatewayClient配置,PS.這里的$_SESSION是前端擁有的SESSION變量:
[attach]1799[/attach]
錯誤信息:
[attach]1800[/attach]
start_gateway.php
[attach]1802[/attach]
start_register.php
[attach]1801[/attach]
?gatewayWorker運行信息:
[attach]1803[/attach]
?