Class: BidiService

Inherits:
Object show all
Includes:
GRPC::GenericService
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/src/ruby/spec/generic/rpc_server_spec.rb

Overview

A service with a bidi streaming method.

Instance Method Summary collapse

Methods included from GRPC::GenericService

included, underscore

Instance Method Details

#server_sends_bad_input(_, _) ⇒ Object



153
154
155
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/src/ruby/spec/generic/rpc_server_spec.rb', line 153

def server_sends_bad_input(_, _)
  'bad response. (not an enumerable, client sees an error)'
end