typo
This commit is contained in:
parent
a08eee60e1
commit
b5f081c537
|
|
@ -307,7 +307,7 @@ class RedisClient extends LocalClient
|
||||||
DashboardLogger::log($appId, DashboardLogger::TYPE_REPLICATOR_MESSAGE_RECEIVED, [
|
DashboardLogger::log($appId, DashboardLogger::TYPE_REPLICATOR_MESSAGE_RECEIVED, [
|
||||||
'channel' => $channel->getChannelName(),
|
'channel' => $channel->getChannelName(),
|
||||||
'redisChannel' => $redisChannel,
|
'redisChannel' => $redisChannel,
|
||||||
'serverId' => $this->getServer(),
|
'serverId' => $this->getServerId(),
|
||||||
'incomingServerId' => $serverId,
|
'incomingServerId' => $serverId,
|
||||||
'incomingSocketId' => $socket,
|
'incomingSocketId' => $socket,
|
||||||
'payload' => $payload,
|
'payload' => $payload,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue