Thruway\Peer\ClientInterface::onSessionStart PHP Method

onSessionStart() public method

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