You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get htop reporting the main python process and 5 user threads.
Everything else seems to work correctly and I get messages as expected for each Client/Connection, just perplexed as to why the user threads are also there.
I did do a little redacting to the above code but it shouldn't be anything that would alter functionality
Has anyone got any idea whether this is an issue or am I(hopefully) missing something?
I am using:
Python 3.8.14
Ubuntu 18.04
PyCharm
The text was updated successfully, but these errors were encountered:
Hi Everyone,
I have a simple object to encapsulate some details and a coroutine that gets added to the event loop for testing as follows:
MQTTStream
However when I create several instances with some dummy details(5) using the following:
Runner
I get htop reporting the main python process and 5 user threads.
Everything else seems to work correctly and I get messages as expected for each Client/Connection, just perplexed as to why the user threads are also there.
I did do a little redacting to the above code but it shouldn't be anything that would alter functionality
Has anyone got any idea whether this is an issue or am I(hopefully) missing something?
I am using:
Python 3.8.14
Ubuntu 18.04
PyCharm
The text was updated successfully, but these errors were encountered: