8000 added feedback after n secs sleep · bsumgit/rabbitmq-tutorials@a2fdf79 · GitHub
[go: up one dir, main page]

Skip to content

Commit a2fdf79

Browse files
committed
added feedback after n secs sleep
1 parent f4c0895 commit a2fdf79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/worker.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ func main() {
6161
dot_count := bytes.Count(d.Body, []byte("."))
6262
t := time.Duration(dot_count)
6363
time.Sleep(t * time.Second)
64+
log.Printf("Done")
6465
}
6566
}()
6667

0 commit comments

Comments
 (0)
0