#4566 #4572 Python: improve behaviour when sending more data than expected in property streams

This commit is contained in:
Gaute Lindkvist
2019-08-13 13:15:58 +02:00
parent 499798abc5
commit f3d8e3dbdc
16 changed files with 127 additions and 82 deletions

View File

@@ -2,7 +2,7 @@ syntax = "proto3";
package rips;
import "Empty.proto";
import "Definitions.proto";
service App {
rpc GetVersion(Empty) returns (Version) {}