Skip to content
Snippets Groups Projects
Commit f88008c0 authored by murgatroid99's avatar murgatroid99
Browse files

Fixed a busy-wait in Ruby server run_till_terminated

parent 96087054
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,8 @@ module GRPC
return false
when 'TERM'
return false
when nil
return true
end
end
true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment