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
fix: Fix async activity test for Python 3.9 compatibility
- Remove module-level asyncio.Event that causes event loop issues in Python 3.9
- Use asyncio.sleep instead of event to wait for activity start
- Activity now signals start via heartbeat instead of event
0 commit comments