In no Internet available condition, the socket_connect call in Socket.php createConnection function throws the following error:
A PHP Error was encountered
Servetity: Warning
Message: socket_connect(): Host loockup failed [-10002]: Host name lookup failure
Filename: Adapter/Socket.php
Line Number: 32
Backtrace:
[...]
that ignoring the possible false return, and any exception throwing and try&catch.
Is there any way to avoid that error message in that specific call?
In no Internet available condition, the socket_connect call in Socket.php createConnection function throws the following error:
that ignoring the possible false return, and any exception throwing and try&catch.
Is there any way to avoid that error message in that specific call?