Tickets

Issues

# TODO: check the id is not already in use


        # TODO: check the id is not already in use
        rnd = randint(0, sys.maxint)
        self.send('set_id %i' % rnd)
        logging.info('Offering id %i' % rnd)

        # If we have no id yet either, generate one

History