Skip to content

Commit

Permalink
use kill instead join
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Dec 13, 2022
1 parent 0b601d9 commit 5c17882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/procon_bypass_man/bypass/bypass_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def execute
ProconBypassMan.logger.debug "BlueGreenProcess.terminate_workers_immediatelyを実行します"
BlueGreenProcess.terminate_workers_immediately
ProconBypassMan.logger.debug "BlueGreenProcess.terminate_workers_immediatelyを実行しました"
[t1, t2].each(&:join)
[t1, t2].each(&:kill)
ProconBypassMan.logger.debug "[t1, t2].each(&:join)を実行しました"
@gadget&.close
@procon&.close
Expand Down

0 comments on commit 5c17882

Please sign in to comment.