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
For the minestat class, is there a version that uses an asynchronous socket.
Because the effect of using asyncio.to_thread (MineStat (xx)) alone is not ideal.
For asynchronous programs, it doesn't work very well.
The text was updated successfully, but these errors were encountered:
Feature Description
Because the effect of using
asyncio.to_thread (MineStat (xx))
alone is not ideal.For asynchronous programs, it doesn't work very well.
The text was updated successfully, but these errors were encountered: