doc: add grpc streaming example

This commit is contained in:
Reasno 2020-09-18 14:12:48 +08:00
parent 7785f06b59
commit 518e7e207a

View File

@ -183,6 +183,7 @@ public function hello()
/** @var RouteNote $note */
[$note,] = $call->recv();
[$note,] = $call->recv();
}
```