GODT-1482: Comment or mitigate panics, unlock cache when needed.
This commit is contained in:
@ -67,6 +67,10 @@ func (cacher *MsgCachePool) newJob(messageID string) {
|
||||
}
|
||||
|
||||
func (cacher *MsgCachePool) start() {
|
||||
if cacher.started {
|
||||
return
|
||||
}
|
||||
|
||||
cacher.started = true
|
||||
|
||||
go func() {
|
||||
|
||||
Reference in New Issue
Block a user