This commit is contained in:
Alex Renoki 2020-08-22 20:37:00 +03:00
parent a08eee60e1
commit b5f081c537
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ class RedisClient extends LocalClient
DashboardLogger::log($appId, DashboardLogger::TYPE_REPLICATOR_MESSAGE_RECEIVED, [
'channel' => $channel->getChannelName(),
'redisChannel' => $redisChannel,
'serverId' => $this->getServer(),
'serverId' => $this->getServerId(),
'incomingServerId' => $serverId,
'incomingSocketId' => $socket,
'payload' => $payload,