var cleanupClient = function() {
            if(clientId != null) {
                var isKnown = clients[clientId];

                if(!isKnown) {