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

QoS wairforcompletation Not existing! #207

Open
Mauricio-Alencar opened this issue May 10, 2020 · 2 comments
Open

QoS wairforcompletation Not existing! #207

Mauricio-Alencar opened this issue May 10, 2020 · 2 comments

Comments

@Mauricio-Alencar
Copy link

is there any implementation for the MQTTClient_waitForCompletion () function in the mqtt c embedded client, as I need to work with QoS 2

@scaprile
Copy link
Contributor

scaprile commented May 10, 2020

Did you happen to search the other issues in order to find this possible answer to your question ?
#201 (comment)

@Mauricio-Alencar
Copy link
Author

So, I already researched, and even read all of these posts that you comment before opening this question here, or the problem in question is in some C do Paho customers there is the implementation of the following entries:

MQTTClient_deliveryToken token;
MQTTClient_publishMessage(client, topic, &pubmsg, &token);
MQTTClient_waitForCompletion(client, token, 1000L);

While in Lib C Embbeded there is no token implementation with the Waitforcompletation function ... So I was wondering if anyone has already implemented it to be able to share there.

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