mirror of
https://github.com/go-micro/go-micro.git
synced 2025-08-04 21:42:57 +02:00
fix typo (#2701)
This commit is contained in:
@ -200,7 +200,7 @@ func (r *rpcClient) call(
|
||||
return
|
||||
}
|
||||
|
||||
// recv request
|
||||
// recv response
|
||||
if err := stream.Recv(resp); err != nil {
|
||||
ch <- err
|
||||
return
|
||||
|
Reference in New Issue
Block a user