mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix deadlock issue in thread pool (#2656)
This commit is contained in:
parent
8264d20cae
commit
1893628a8c
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ module Puma
|
|||
@trim_requested -= 1
|
||||
@spawned -= 1
|
||||
@workers.delete th
|
||||
not_full.signal
|
||||
Thread.exit
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue