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

No PubBack Message #141

Open
bambachas opened this issue Jan 30, 2022 · 1 comment
Open

No PubBack Message #141

bambachas opened this issue Jan 30, 2022 · 1 comment

Comments

@bambachas
Copy link

i have an application with google-iot-core
Google iot-core allows you to have A gateway with multiple devices
The gateway is the Client.
To be able the multiples devices to communicate thought gateway with the google-broker its need to publish a specific attach message to google-iot-core broker, after that you can subscribe as device in the broker
The problem is gmqtt doesnt return PubBack message when i publish the attach message so i dont know if the attach has been complete succesfull to continue with the logic

@KeNaCo
Copy link

KeNaCo commented Aug 2, 2023

Hi.
I'm not a maintainer or expert on the library, but I see PUBACK messages in my project logs.
According to my understanding, PUBACK is a notification that the message was delivered. This is controlled by the qos parameter.
What is your qos value?
It should be 1 - at least one delivery or 2 - exactly one delivery.

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

No branches or pull requests

2 participants