in src/GCPClientStreamCall.php [70:75]
public function wait() { list($response, $status) = $this->real_call->wait(); $this->_rpcPostProcess($status, $response); return [$response, $status]; }