mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Handle very early exit of cluster mode. Fixes #722
This commit is contained in:
parent
9b15163f1f
commit
a42d424494
1 changed files with 2 additions and 0 deletions
|
@ -176,6 +176,8 @@ module Puma
|
|||
end
|
||||
|
||||
def wakeup!
|
||||
return unless @wakeup
|
||||
|
||||
begin
|
||||
@wakeup.write "!" unless @wakeup.closed?
|
||||
rescue SystemCallError, IOError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue