allow to transfer *status.Status as error from handler
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
8e88abbbca
commit
1e19359ab1
3
grpc.go
3
grpc.go
@ -368,8 +368,7 @@ func (g *grpcServer) processRequest(ctx context.Context, stream grpc.ServerStrea
|
||||
}
|
||||
|
||||
// Unmarshal request
|
||||
// TODO: avoid Marshal call later by recv to frame and reuse it data
|
||||
if err := stream.RecvMsg(argv.Interface()); err != nil {
|
||||
if err = stream.RecvMsg(argv.Interface()); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user