Add logging on Consumer disconnected
This commit is contained in:
@ -130,6 +130,12 @@ final class Consumer extends Connection
|
||||
}
|
||||
}
|
||||
|
||||
$this->logger->debug('Consumer disconnected.', [
|
||||
'address' => $this->address,
|
||||
'topic' => $this->topic,
|
||||
'channel' => $this->channel,
|
||||
]);
|
||||
|
||||
$this->stream = new NullStream();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user