class Protobuf::Rpc::Zmq::Worker

def init_zmq_context

def init_zmq_context
  if inproc?
    @zmq_context = @server.zmq_context
  else
    @zmq_context = ZMQ::Context.new
  end
end