chore: Add streaming response limit test (#1363)

This commit is contained in:
Lucio Franco
2023-04-17 15:19:51 +00:00
committed by GitHub
parent 7aa4d4f31e
commit f276934d22
2 changed files with 90 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@ message Output {}
service Test1 {
rpc UnaryCall(Input1) returns (Output1);
rpc StreamCall(Input1) returns (stream Output1);
}
message Input1 {