Open FlorianLudwig opened 3 years ago
That happens on master
right? I reverted 734cbb8 because of that in the python3 refactor MR. That commit introduced some changes how QOS_0
is handled without taking care of the tests. This PR changes the testing logic to meet the changes in 734cbb8 https://github.com/beerfactory/hbmqtt/pull/236
However, I'm not fully convinced that the way changes introduced in the reverted commit honor the mqtt protocol correctly. Have a look at this thread https://github.com/beerfactory/hbmqtt/pull/213#commitcomment-45823488. What do you think?
the
test_client_publish_retain_subscribe
test intests/test_broker.py
fail.The
QOS_0
message send during the test does not arrive.