protected function createRealCall()

in src/GCPServerStreamCall.php [29:34]


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