this.targetsocket.on('secure', (a, b) => {
            this.emit('secureConnection', a, b);
            this.emit('secure', a, b);
        });