Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Commit 7353bb7

Browse files
authored
Update queue.go
1 parent 2c4c109 commit 7353bb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

broker/ephemeral/queue.go

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ func (q *queue) stop() {
130130
atomic.StoreInt32(&q.active, 0)
131131

132132
close(q.wait)
133+
133134
q.muw.Lock()
134135
q.wg.Wait()
135136
q.muw.Unlock()

0 commit comments

Comments
 (0)