Fixes: #9276 The current Eclipse Paho client has wrong removal from map logic which leads to the `ConcurrentModificationException` when we unsubscribe from topic. * Catch a `ConcurrentModificationException` `this.mqttClient.unsubscribe()` and just log it as an `error` **Auto-cherry-pick to `6.3.x` & `6.2.x`**