Remove deprecated Protocol:setClient()

This commit is contained in:
2023-12-10 20:44:15 +11:00
parent 0526500ff0
commit ab5476d373
2 changed files with 6 additions and 13 deletions

View File

@@ -71,7 +71,7 @@ final class DNS extends BaseProtocol
if (! parent::onConnect($client)) {
Log::withContext(['pid'=>getmypid()]);
$this->setClient($client);
$this->client = $client;
$this->protocol_session();
Log::info(sprintf('%s:= onConnect - Connection closed [%s]',self::LOGKEY,$client->address_remote));