Kraken\Console\Client\Command\Server\ServerPingCommand::onMessage PHP Method

onMessage() protected method

protected onMessage ( mixed $value ) : mixed
$value mixed
return mixed
    protected function onMessage($value)
    {
        return "ip={$value}";
    }