@Override
    public void close() {
        if (execChannel != null) {
            execChannel.disconnect();
            execChannel = null;