Conversation
SubscriptionBuilderBase.qos -> maxQos
MqttClientDisconnectedContext/Listener -> MqttDisconnectedContext/Listener MqttClientReconnector -> MqttReconnector
- api: max 8 -> 7, internal: max 9 -> 8 - flatted connack, puback/rec/rel/comp, suback, unsuback subpackages
Replaced DoNotImplement with ApiStatus.NonExtendable annotation Add ApiStatus.OverrideOnly annotations
AsyncClient.Mqtt3/5SubscribeAndCallbackBuilder.Call -> .SubscribeBuilder.AfterComplete AsyncClient.Mqtt3/5SubscribeAndCallbackBuilder.Call.Ex -> .SubscribeBuilder.AfterCallback
…portConfigBuilder
hivemq-mqtt-client -> hivemq-mqtt-client2
MqttWebSocketConfig.queryString -> query DEFAULT_MQTT_SUBPROTOCOL -> DEFAULT_SUBPROTOCOL
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @Sarek on file. In order for us to review and merge your code, please sign our Contributor License Agreement to get yourself added. You'll find the CLA and more information here: https://github.com/hivemq/hivemq-community/blob/master/CONTRIBUTING.adoc#contributor-license-agreement |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
@Sarek You need to sign our CLA before we can review your PR. You'll find the CLA and more information here: https://github.com/hivemq/hivemq-community/blob/master/CONTRIBUTING.adoc#contributor-license-agreement And sorry that you need to rebase your branch, develop-2 is not a stable branch. |
|
No worries, I will sign in the next days, just haven't gotten around to it |
152a195 to
3b70b25
Compare
|
Any update on this when it is planned for release? |
Motivation
The traffic flow of the current version is hard to debug because there are no logs for e.g. which messages are sent and received.
Changes
Add additional logging
Closes #411