Skip to content

Commit 9d24279

Browse files
committed
Daemon - kill correct thread
1 parent 0a9ea55 commit 9d24279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/ruby/bin/daemon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,8 @@ def kill
489489
Util.log "Process Booter - no need to kill #{@cmd} with pid #{@pid} and args #{@args.inspect} - already terminated, wait_thr status: #{@wait_thr}, #{@wait_thr.status}"
490490
end
491491

492+
@io_thr.kill if @io_thr
492493
@log_file.close if @log_file
493-
@stdout_and_err_thr.kill if @stdout_and_err_thr
494494
end
495495
end
496496

0 commit comments

Comments
 (0)