mqtt5_client-3.3.3/lib/src/messages/properties/mqtt_property_container.dart
the function readFrom() contains a while-loop, when stream data went wrong, this loop will be a dead loop because of the (length != 0).
here come for help, please
If (length != 0) changes to (length > 0) could be better ?
mqtt5_client-3.3.3/lib/src/messages/properties/mqtt_property_container.dart the function readFrom() contains a while-loop, when stream data went wrong, this loop will be a dead loop because of the (length != 0).
here come for help, please If (length != 0) changes to (length > 0) could be better ?