Method: SslTestService#a_bidi_rpc

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

#a_bidi_rpc(requests, call) ⇒ Object


71
72
73
74
75
# File 'src/ruby/spec/client_auth_spec.rb', line 71

def a_bidi_rpc(requests, call)
  check_peer_cert(call)
  requests.each { |r| GRPC.logger.info(r) }
  [EchoMsg.new, EchoMsg.new]
end