agronholm / mqttproto

Sans-IO MQTT v5 protocol implementation for Python
MIT License
10 stars 3 forks source link

Reading too much from the variable part is not "insufficient data" #20

Closed smurfix closed 2 weeks ago

smurfix commented 2 weeks ago

This causes a lock-up when we talk with a broker that shortens its PUBACK messages.

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 11755749741

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/mqttproto/_types.py 37 39 94.87%
<!-- Total: 37 39 94.87% -->
Totals Coverage Status
Change from base Build 11755696677: 0.2%
Covered Lines: 1370
Relevant Lines: 1646

💛 - Coveralls