1
0
Fork 0
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:
Olivier Bellone 2021-07-07 11:40:03 -07:00 committed by GitHub
parent 8264d20cae
commit 1893628a8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,6 +119,7 @@ module Puma
@trim_requested -= 1
@spawned -= 1
@workers.delete th
not_full.signal
Thread.exit
end