OpenSwoole\GRPC\Client->recv

25.x is outdated, please check the latest version 26.x


Latest version: pecl install openswoole-26.2.0

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 February 28, 2026