Skip to content

Commit

Permalink
fix ch4-04-3
Browse files Browse the repository at this point in the history
  • Loading branch information
alphayan committed Aug 19, 2018
1 parent 78c55bd commit a501fcc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ch4-rpc/ch4-04-grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,8 @@ func main() {
go func () {
fmt.Println("docker topic:", <-docker)
} ()
for {
runtime.Gosched()
}

<-make(chan bool)
}
```

Expand Down

0 comments on commit a501fcc

Please sign in to comment.