Thruway\Peer\ClientInterface::onSessionStart PHP 메소드

onSessionStart() 공개 메소드

This is meant to be overridden so that the client can do its thing
public onSessionStart ( ClientSession $session, Thruway\Transport\TransportInterface $transport )
$session Thruway\ClientSession
$transport Thruway\Transport\TransportInterface
    public function onSessionStart($session, $transport);