diff --git a/app/Server/Connections/ControlConnection.php b/app/Server/Connections/ControlConnection.php index 582e8ed..0602200 100644 --- a/app/Server/Connections/ControlConnection.php +++ b/app/Server/Connections/ControlConnection.php @@ -66,7 +66,7 @@ class ControlConnection return [ 'type' => 'http', 'host' => $this->host, - 'remote_address' => $this->socket->remoteAddress, + 'remote_address' => $this->socket->remoteAddress ?? null, 'server_host' => $this->serverHost, 'client_id' => $this->client_id, 'client_version' => $this->client_version,