mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 08:42:00 +00:00
Fix C++ gRPC test with streaming method (#4123)
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
1a89682251
commit
69dc71b5ed
@@ -71,7 +71,7 @@ table Monster {
|
||||
|
||||
rpc_service MonsterStorage {
|
||||
Store(Monster):Stat (streaming: "none");
|
||||
Retrieve(Stat):Monster (idempotent);
|
||||
Retrieve(Stat):Monster (streaming: "server", idempotent);
|
||||
}
|
||||
|
||||
root_type Monster;
|
||||
|
||||
Reference in New Issue
Block a user