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
Branches
Tags
No related merge requests found
...@@ -48,6 +48,8 @@ module GRPC ...@@ -48,6 +48,8 @@ module GRPC
return false return false
when 'TERM' when 'TERM'
return false return false
when nil
return true
end end
end end
true true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment