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 way I was able to solve it, was to override the eventloop _clock_resolution to 0.1 . Perhaps this should be added to the patch_loop implementation?
The text was updated successfully, but these errors were encountered:
When using real timestamps for like
1709591365
, the python event loop gets stuck forever in await:This is due to a behavior (bug?) in the BaseEventLoop python/cpython#116342 .
The way I was able to solve it, was to override the eventloop
_clock_resolution
to0.1
. Perhaps this should be added to thepatch_loop
implementation?The text was updated successfully, but these errors were encountered: