Skip to content

Commit

Permalink
Fix deadlock issue in thread pool (puma#2656)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierbellone authored and JuanitoFatas committed Sep 9, 2022
1 parent f2512e3 commit af64b19
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 af64b19

Please sign in to comment.