1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00
This commit is contained in:
Asim Aslam
2019-08-15 20:54:09 +01:00
parent 88817dc53f
commit 58bc4c103f
3 changed files with 3 additions and 3 deletions

View File

@ -230,7 +230,7 @@ func (r *rpcClient) stream(ctx context.Context, node *registry.Node, req Request
response: rsp,
closed: make(chan bool),
codec: codec,
id: id,
id: id,
// signal the end of stream,
eos: true,
}