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

Asynchronous _on_message handler error #63

Closed
Allineer opened this issue Oct 2, 2019 · 1 comment
Closed

Asynchronous _on_message handler error #63

Allineer opened this issue Oct 2, 2019 · 1 comment

Comments

@Allineer
Copy link

Allineer commented Oct 2, 2019

@Lenka42, we have a problem :(

/usr/local/lib/python3.7/site-packages/gmqtt/mqtt/handler.py:353: RuntimeWarning: coroutine 'blablabla._on_message' was never awaited
  self.on_message(self, print_topic, packet, 1, properties)
@Lenka42
Copy link
Collaborator

Lenka42 commented Oct 2, 2019

@Allineer There was a problem with asynchronous callbacks in client with optimistic_acknowledgement=True. Thanks for reporting this, fixed in version 0.4.3

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