Tickets

Issues

# TODO: look for something more elegant, i.e. don't stop listening on the first exception


            # TODO: look for something more elegant, i.e. don't stop listening on the first exception
            logging.error("Error accepting a connection")
            self.stop()

    def start(self):
        self.sock.listen(socket.SOMAXCONN)

History