Method: SslTestService#a_server_streaming_rpc

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

#a_server_streaming_rpc(_, call) ⇒ Object



66
67
68
69
# File 'src/ruby/spec/client_auth_spec.rb', line 66

def a_server_streaming_rpc(_, call)
  check_peer_cert(call)
  [EchoMsg.new, EchoMsg.new]
end