Skip to content

Commit b1889b8

Browse files
committed
Daemon - kill comms thread first
With the current code base, the order doesn't appear to change behaviour except on the Linux CI tests in which case this order stops the build servers from hanging.
1 parent 2db6e2d commit b1889b8

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
@@ -613,8 +613,8 @@ def process_running?
613613

614614
def kill
615615
@pid = @tau_pid.get
616-
super
617616
@tau_comms_thread.kill
617+
super
618618
end
619619

620620
def wait

0 commit comments

Comments
 (0)