Fix C++ gRPC test with streaming method (#4123)

This commit is contained in:
CarsarSky
2016-12-29 03:50:41 +08:00
committed by Wouter van Oortmerssen
parent 1a89682251
commit 69dc71b5ed
5 changed files with 35 additions and 30 deletions

View File

@@ -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;