-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/info logging #479
base: develop-2
Are you sure you want to change the base?
Feature/info logging #479
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
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