Searched refs:remote_read (Results 1 – 3 of 3) sorted by relevance
137 expect(server_call.remote_read).to eq(msg)162 expect(server_call.remote_read).to eq('marshalled:' + msg)192 expect(server_call.remote_read).to eq('marshalled:' + msg)376 describe '#remote_read', remote_read: true do386 expect(client_call.remote_read).to eq('server_response')401 client_call.remote_read417 client_call.remote_read460 expect(client_call.remote_read).to eq('server_response')461 res = client_call.remote_read477 expect(client_call.remote_read).to eq('unmarshalled:server_response')[all …]
671 m = server_call.remote_read773 expect(server_call.remote_read).to eq('first message')956 expect(c.remote_read).to eq(expected_input)968 expected_inputs.each { |i| expect(c.remote_read).to eq(i) }988 expect(c.remote_read).to eq(i)992 expect(c.remote_read).to eq(i)1009 expected_inputs.each { |i| expect(c.remote_read).to eq(i) }1024 expect(c.remote_read).to eq(expected_input)1048 expect(c.remote_read).to eq(expected_input)
230 req = remote_read258 def remote_read method in GRPC.ActiveCall307 resp = remote_read339 resp = remote_read