Method: SslTestService#a_client_streaming_rpc

Defined in:
src/ruby/spec/client_auth_spec.rb

#a_client_streaming_rpc(call) ⇒ Object



60
61
62
63
64
# File 'src/ruby/spec/client_auth_spec.rb', line 60

def a_client_streaming_rpc(call)
  check_peer_cert(call)
  call.each_remote_read.each { |r| GRPC.logger.info(r) }
  EchoMsg.new
end