From 9aa6d5d3f9d39c744dd3c377144219d6ff262053 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Fri, 4 Mar 2022 17:44:48 +0100 Subject: [PATCH] wip --- app/Server/Connections/ControlConnection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,