Marcelo Wippel

Results 2 comments of Marcelo Wippel

The answer to that can be found in lines [39](https://github.com/fullstorydev/grpcurl/blob/master/cmd/grpcurl/grpcurl.go#L39) and [725](https://github.com/fullstorydev/grpcurl/blob/master/cmd/grpcurl/grpcurl.go#L725). ``` To avoid confusion between program error codes and the gRPC response status codes 'Cancelled' and 'Unknown', 1...

I'm running into the same issue, is this the expected behavior? Besides that, does anyone know the code snippet responsible for this behavior in this lib?