public function wait()

in src/GCPUnaryCall.php [56:61]


    public function wait()
    {
        list($response, $status) = $this->real_call->wait();
        $this->_rpcPostProcess($status, $response);
        return [$response, $status];
    }