Cumulocity-IoT / cumulocity-dynamic-mapper

The ultimate Mapper for building the bridge between any Message Broker and Cumulocity IoT in a zero-code approach!
Apache License 2.0
10 stars 9 forks source link

Notification subscribers not removed when connector is removed #248

Closed switschel closed 1 month ago

switschel commented 1 month ago

Currently for each connector a new subscriber for Notification 2.0 is created. When the connector is removed the connection is just shut down but the subscriber is not unsubscribed leading to building endless queues on the server.

Proposed fix: On connector removal also unsubscribe the according subscriber.

switschel commented 1 month ago

Fixied with release v4.5.0