Fix not to return error event of context in streaming
This commit is contained in:
parent
a0466b7cc4
commit
f0eb7d29c4
2 changed files with 0 additions and 2 deletions
|
@ -79,7 +79,6 @@ func cmdStream(c *cli.Context) error {
|
|||
}
|
||||
go func() {
|
||||
<-sc
|
||||
close(q)
|
||||
cancel()
|
||||
}()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue