phpdaemon icon indicating copy to clipboard operation
phpdaemon copied to clipboard

Network\Connection connect - Closure $beforeConnect not working

Open r3l0c opened this issue 5 years ago • 0 comments

$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);

r3l0c avatar Oct 22 '19 23:10 r3l0c