Fixed a busy-wait in Ruby server run_till_terminated

pull/4393/head
murgatroid99 10 years ago
parent 960870549a
commit f88008c00b
  1. 2
      src/ruby/lib/grpc/generic/rpc_server.rb

@ -48,6 +48,8 @@ module GRPC
return false
when 'TERM'
return false
when nil
return true
end
end
true

Loading…
Cancel
Save