hbmqtt icon indicating copy to clipboard operation
hbmqtt copied to clipboard

BrokerException inherits BaseException and is not caught by except Exception:

Open EternityForest opened this issue 2 years ago • 1 comments

As per https://peps.python.org/pep-0352/ shouldn't this use Exception?

EternityForest avatar Apr 30 '22 01:04 EternityForest

This is fixed in amqtt: https://github.com/Yakifo/amqtt/blob/v0.10.x/amqtt/broker.py#L46

The 0.10.x releases are a drop in replacement for hbmqtt. Let me know if it works for you :)

FlorianLudwig avatar May 02 '22 13:05 FlorianLudwig