Skip to content

Commit

Permalink
auto
Browse files Browse the repository at this point in the history
  • Loading branch information
harbinzhang authored and yangwenmai committed Sep 27, 2018
1 parent 017d218 commit b1a0f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discuss/2018-09-19-wechat-discuss.md
Expand Up @@ -35,7 +35,7 @@ func consume() {
case message := <-messageBuffer:
fmt.Println(message)
case <-finishedProducing:
finishedProducing <- true
finishedConsuming <- true
return
}
}
Expand Down

0 comments on commit b1a0f92

Please sign in to comment.