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