fix mac crash on abruptly ended server thread

pull/9986/head
Alexander Polcyn 8 years ago
parent 513070cf20
commit 02d131b5ef
  1. 2
      src/ruby/end2end/sig_int_during_channel_watch_driver.rb

@ -62,6 +62,8 @@ def main
raise 'Timed out waiting for client process. It likely hangs when a ' \
'SIGINT is sent while there is an active connectivity_state call'
end
server_runner.stop
end
main

Loading…
Cancel
Save