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