mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-29 01:31:41 +00:00
time.sleep(1) inside async def connect() blocks the entire event loop. Replaced with await asyncio.sleep(1) to properly yield control. Authored by 0xbyt4. Fixes blocking sleep in WhatsApp bridge startup. Co-authored-by: 0xbyt4 <0xbyt4@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| ADDING_A_PLATFORM.md | ||
| base.py | ||
| discord.py | ||
| homeassistant.py | ||
| signal.py | ||
| slack.py | ||
| telegram.py | ||
| whatsapp.py | ||