zsmartsystems / com.zsmartsystems.zigbee

ZigBee Cluster Library Java framework supporting multiple dongles
Eclipse Public License 1.0
142 stars 88 forks source link

Explicitly remove transactions from queue on shutdown #1376

Closed cdjackson closed 1 year ago

cdjackson commented 1 year ago

This explicitly removes transactions from the queue when the queue is shutdown to avoid the possibility of an endless loop as seen in #1375. Signed-off-by: Chris Jackson chris@cd-jackson.com