I use grpc-0.6.5 with the following code: main(List<String> args) async { await Server([Service()]).serve(port: 8022); final client = ServiceClient(ClientChannel( 'localhost', port: 8022, options: const ChannelOptions(credentials: Channe...
grpc: 3.0.2 Repro steps Get the example project attached pub get Execute unix_client Expected result: TunnelState indicating the state of the VPN Actual result: HTTP/2 error: Stream error: Stream was terminated by peer (errorCode: 1) Details Might be related to #572 The server is built ...