if (this.transport_) {
        if (this.transport_.destroy)
            this.transport_.destroy();
        this.transport_ = undefined;
    }