Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

"got Future <Future pending> attached to a different loop" means exactly what 
it says: you create a future object in one loop but awaits it in the different 
one. This is a programming error.

Most likely the error in your script, not in mqtt and definitely not in asyncio.

Sorry, the mqtt is not a part of CPython and I don't know how to work with it 
properly. Please contact the library maintainers.

Nothing to do on the asyncio side.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42445>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to