OpenSwoole\GRPC\Client->recv

Latest version: pecl install openswoole-22.1.2 | composer require openswoole/core:22.1.5

Declaration

<?php OpenSwoole\GRPC\Client->recv()

Parameters

streamId

The stream ID that you can obtain after call the send method.

timeout

Wait timeout when read message from remote.

Return

Description

Receive the data from a stream in the established connection based on streamId.

Last updated on September 21, 2022