class Protobuf::Rpc::Zmq::Worker

def teardown

def teardown
  @backend_socket.try(:close)
  @zmq_context.try(:terminate) unless inproc?
end