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
The text was updated successfully, but these errors were encountered:
temeddix
changed the title
Monitoring event loop for blocking doesn't work
Monitoring event loop for blocking with set_debug() doesn't work
Nov 14, 2023
temeddix
changed the title
Monitoring event loop for blocking with set_debug() doesn't work
Monitoring blocking time within event loop with set_debug() doesn't work
Nov 14, 2023
When using
asyncio
, we can find the blocking code like this:However, when using
qasync
, no output is printed even if there's blocking inside the event loop. I'm using macOS on Apple Silicon.The text was updated successfully, but these errors were encountered: