protected function createRealCall()

in src/GCPUnaryCall.php [27:32]


    protected function createRealCall($channel)
    {
        $this->real_call = new \Grpc\UnaryCall($channel, $this->method, $this->deserialize, $this->options);
        $this->has_real_call = true;
        return $this->real_call;
    }