phpdaemon
phpdaemon copied to clipboard
Network\Connection connect - Closure $beforeConnect not working
$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);