Open r3l0c opened 5 years ago
$beforeConnect->call($this); not working with $this. Possible solution(not tested): 1: replace $beforeConnect->call($this); with $beforeConnect(); 2: Network\Pool connect: add $beforeConnect->bindTo($conn) after $conn = new $class(null, $this);
$conn = new $class(null, $this);
$beforeConnect->call($this); not working with $this. Possible solution(not tested): 1: replace $beforeConnect->call($this); with $beforeConnect(); 2: Network\Pool connect: add $beforeConnect->bindTo($conn) after
$conn = new $class(null, $this);