mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 03:37:44 +08:00
doc: add grpc streaming example
This commit is contained in:
parent
7785f06b59
commit
518e7e207a
@ -183,6 +183,7 @@ public function hello()
|
||||
|
||||
/** @var RouteNote $note */
|
||||
[$note,] = $call->recv();
|
||||
[$note,] = $call->recv();
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user