bugfix
This commit is contained in:
parent
35c20d9bff
commit
c7bafaf564
@ -152,7 +152,7 @@ class MTProto extends AsyncConstruct implements TLCallback
|
|||||||
public $phoneConfigWatcherId;
|
public $phoneConfigWatcherId;
|
||||||
public $feeders = [];
|
public $feeders = [];
|
||||||
public $updaters = [];
|
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 = [])
|
public function __magic_construct($settings = [])
|
||||||
{
|
{
|
||||||
$this->setInitPromise($this->__construct_async($settings));
|
$this->setInitPromise($this->__construct_async($settings));
|
||||||
|
Loading…
Reference in New Issue
Block a user