This commit is contained in:
Daniil Gentili 2019-06-13 15:21:29 +02:00
parent 35c20d9bff
commit c7bafaf564

View File

@ -152,7 +152,7 @@ class MTProto extends AsyncConstruct implements TLCallback
public $phoneConfigWatcherId;
public $feeders = [];
public $updaters = [];
private $destructing = false; // Avoid problems with exceptions thrown by forked strands, see tools
public $destructing = false; // Avoid problems with exceptions thrown by forked strands, see tools
public function __magic_construct($settings = [])
{
$this->setInitPromise($this->__construct_async($settings));