class Protobuf::Rpc::ServiceDispatcher

def call(env)

def call(env)
  @env = env
  env.response = dispatch_rpc_request
  env
end