aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-01-10 15:39:51 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-01-10 15:39:51 -0800
commit8f3f2f4bd88f9d19bd3dc582f336cb524ef2a534 (patch)
treefdc3d6dea2f623ec0c4b12c3c97d52f55eb4a2a0 /src/ruby
parenta0433d4ea6fca0d003243ffdf659d3161e76b40e (diff)
Fix ruby:{python,csharp,csharpcoreclr}_server behavior
Diffstat (limited to 'src/ruby')
-rwxr-xr-xsrc/ruby/pb/test/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/pb/test/client.rb b/src/ruby/pb/test/client.rb
index e051676463..9c4ee9c6f2 100755
--- a/src/ruby/pb/test/client.rb
+++ b/src/ruby/pb/test/client.rb
@@ -575,7 +575,7 @@ class NamedTests
seen_correct_exception = false
begin
resp = @stub.full_duplex_call([duplex_req])
- resp.next # triggers initial req to be sent
+ resp.each { |r| }
rescue GRPC::Unknown => e
if e.details != message
fail AssertionError,