class Protobuf::Rpc::Connectors::Zmq

def zmq_context


an exit block to ensure the context is terminated correctly.
If the context does not exist, create it, then register
Return the ZMQ Context to use for this process.
def zmq_context
  self.class.zmq_context
end