eclipse / paho.mqtt.java

Eclipse Paho Java MQTT client library. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
2.12k stars 883 forks source link

MQTTv5 flow control is not implemented #536

Closed borgendale closed 6 years ago

borgendale commented 6 years ago

The code sends and receives the Receive Maximum property (on CONNECT and CONNACK) but does not implement flow control as required by the MQTTv5 spec.

If this is a bug regarding the Android Service, please raise the bug here instead: https://github.com/eclipse/paho.mqtt.android/issues/new

jpwsutton commented 6 years ago

Resolved under task #530.