def on_connect(self, client):
        self._client_manager.register(client)
        RadarLogger.log('Client {:}:{:} got connected.'.format(client.address, client.port))