Skip to content

Commit

Permalink
Fix deadlock issue in thread pool (#2656)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierbellone committed Jul 7, 2021
1 parent 8264d20 commit 1893628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puma/thread_pool.rb
Expand Up @@ -119,6 +119,7 @@ def spawn_thread
@trim_requested -= 1
@spawned -= 1
@workers.delete th
not_full.signal
Thread.exit
end

Expand Down

0 comments on commit 1893628

Please sign in to comment.