- fixed Socket setup if SocketURL is not found, closed #464
This commit is contained in:
@@ -104,7 +104,10 @@ class Socket {
|
||||
|
||||
$this->initSocket();
|
||||
|
||||
if( !$this->socket ){
|
||||
if(
|
||||
!$this->socket ||
|
||||
!$this->socketUri
|
||||
){
|
||||
// Socket not active (e.g. URI missing)
|
||||
return $response;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user