Skip to content
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

Supporting multiple MqttCallback in a single MqttAndroidClient #12

Merged
merged 2 commits into from
Nov 15, 2020

Conversation

hannesa2
Copy link
Owner

Instead of using a single MqttCallback, we are using a MqttCallback list,
in order to allow to a single client to notify multiple consumers of the
MQTT client actions.

eclipse-paho/paho.mqtt.android#391

@hannesa2 hannesa2 force-pushed the feature/support-multiple-mqtt-callbacks branch from 446b904 to 1c977e4 Compare November 15, 2020 06:13
Instead of using a single MqttCallback, we are using a MqttCallback list,
in order to allow to a single client to notify multiple consumers of the
MQTT client actions.
@hannesa2 hannesa2 force-pushed the feature/support-multiple-mqtt-callbacks branch from 1c977e4 to 3ef5741 Compare November 15, 2020 06:38
@hannesa2 hannesa2 force-pushed the feature/support-multiple-mqtt-callbacks branch from 822af42 to e4c1f2d Compare November 15, 2020 07:35
@hannesa2 hannesa2 merged commit 9200473 into master Nov 15, 2020
@hannesa2 hannesa2 deleted the feature/support-multiple-mqtt-callbacks branch November 15, 2020 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants