Skip to content
Snippets Groups Projects
Commit 02d131b5 authored by Alexander Polcyn's avatar Alexander Polcyn
Browse files

fix mac crash on abruptly ended server thread

parent 513070cf
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,8 @@ def main ...@@ -62,6 +62,8 @@ def main
raise 'Timed out waiting for client process. It likely hangs when a ' \ raise 'Timed out waiting for client process. It likely hangs when a ' \
'SIGINT is sent while there is an active connectivity_state call' 'SIGINT is sent while there is an active connectivity_state call'
end end
server_runner.stop
end end
main main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment