Drop connection config on disconnect

This commit is contained in:
2021-01-27 00:24:18 +03:00
parent c94f2df32e
commit d92f3911d5

View File

@ -117,6 +117,7 @@ abstract class Connection
// @codeCoverageIgnoreEnd // @codeCoverageIgnoreEnd
$this->socket = null; $this->socket = null;
$this->connectionConfig = null;
} }
public function isReady(): bool public function isReady(): bool