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

rumqttc - Event ordering of puback is incorrect #860

Closed
ting-ms opened this issue May 8, 2024 · 0 comments · Fixed by #862
Closed

rumqttc - Event ordering of puback is incorrect #860

ting-ms opened this issue May 8, 2024 · 0 comments · Fixed by #862

Comments

@ting-ms
Copy link

ting-ms commented May 8, 2024

Expected Behavior

The outgoing puback event should occur after the incoming publish event.

Current Behavior

The outgoing puback event is occurring before the incoming publish event.

Failure Information (for bugs)

image

Context

Run asyncpubsub_v5 example with subscribe and publish QoS set to AtLeastOnce.
To verify the problem, check the output events.

@ting-ms ting-ms changed the title Event ordering of puback is incorrect. Rumqttc - Event ordering of puback is incorrect May 8, 2024
@ting-ms ting-ms changed the title Rumqttc - Event ordering of puback is incorrect rumqttc - Event ordering of puback is incorrect May 8, 2024
de-sh added a commit that referenced this issue May 10, 2024
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 a pull request may close this issue.

1 participant