* Prevent deadlock on boost * Force a boost in testchannelqueue
This commit is contained in:
parent
5525452bdf
commit
315d928626
2 changed files with 4 additions and 3 deletions
|
@ -96,8 +96,8 @@ func (p *WorkerPool) pushBoost(data Data) {
|
|||
p.blockTimeout /= 2
|
||||
p.lock.Unlock()
|
||||
}()
|
||||
p.addWorkers(ctx, boost)
|
||||
p.lock.Unlock()
|
||||
p.addWorkers(ctx, boost)
|
||||
p.dataChan <- data
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue