We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e18cd3 commit a268da1Copy full SHA for a268da1
consume.go
@@ -73,6 +73,7 @@ func NewConsumer(
73
reconnectErrCh: reconnectErrCh,
74
closeConnectionToManagerCh: closeCh,
75
options: *options,
76
+ handlerMu: &sync.RWMutex{},
77
isClosedMu: &sync.RWMutex{},
78
isClosed: false,
79
}
0 commit comments