Class: NNQ::CLI::RepRunner

Inherits:
BaseRunner show all
Defined in:
lib/nnq/cli/req_rep.rb

Overview

Runner for REP sockets (synchronous request-reply server).

nnq’s REP enforces strict alternation: #receive then #send_reply. There is no #send at all, so we bypass BaseRunner’s send helpers.

Instance Attribute Summary

Attributes inherited from BaseRunner

#config, #sock

Method Summary

Methods inherited from BaseRunner

#call, #initialize

Constructor Details

This class inherits a constructor from NNQ::CLI::BaseRunner