Get desktop application:
View/edit binary Protocol Buffers messages
We need to verify the order in which streams are stored in a service desc in generated GRPC code. So we concoct a bunch of methods with streams interleaved therein, and then have a test that verifies the indexes of each stream method, ensuring they match the assumption made by protoc-gen-grpchan code gen.
Used as request type in: TestStreams.Stream1, TestStreams.Stream2, TestStreams.Stream3, TestStreams.Stream4, TestStreams.Stream5, TestStreams.Stream6, TestStreams.Stream7, TestStreams.Unary1, TestStreams.Unary10, TestStreams.Unary11, TestStreams.Unary12, TestStreams.Unary2, TestStreams.Unary3, TestStreams.Unary4, TestStreams.Unary5, TestStreams.Unary6, TestStreams.Unary7, TestStreams.Unary8, TestStreams.Unary9
Used as response type in: TestStreams.Stream1, TestStreams.Stream2, TestStreams.Stream3, TestStreams.Stream4, TestStreams.Stream5, TestStreams.Stream6, TestStreams.Stream7, TestStreams.Unary1, TestStreams.Unary10, TestStreams.Unary11, TestStreams.Unary12, TestStreams.Unary2, TestStreams.Unary3, TestStreams.Unary4, TestStreams.Unary5, TestStreams.Unary6, TestStreams.Unary7, TestStreams.Unary8, TestStreams.Unary9