Logo
Explore Help
Register Sign In
common/hermes
2
0
Fork 0
You've already forked hermes
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
f524aed23ef788d4a492821d8287d481a1d8a92a
hermes/gateway/platforms
History
teknium1 fe29594716 fix: replace blocking time.sleep with await asyncio.sleep in WhatsApp connect
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>
2026-03-11 02:51:49 -07:00
..
__init__.py
Enhance CLI with multi-platform messaging integration and configuration management
2026-02-02 19:01:51 -08:00
ADDING_A_PLATFORM.md
docs: add platform integration checklist for new gateway adapters
2026-03-08 21:20:06 -07:00
base.py
fix(gateway): add metadata param to _keep_typing and base send_typing
2026-03-10 15:08:40 -07:00
discord.py
Merge PR #761: Improve Discord gateway error handling and logging
2026-03-11 00:35:31 -07:00
homeassistant.py
fix: forward thread_id to Telegram adapter + update send_typing signatures
2026-03-10 06:26:32 -07:00
signal.py
fix(signal): align send() signature with base class (content, reply_to, metadata)
2026-03-10 15:18:26 -07:00
slack.py
fix: forward thread_id to Telegram adapter + update send_typing signatures
2026-03-10 06:26:32 -07:00
telegram.py
chore: remove unnecessary pragma comments from Telegram adapter
2026-03-11 00:37:45 -07:00
whatsapp.py
fix: replace blocking time.sleep with await asyncio.sleep in WhatsApp connect
2026-03-11 02:51:49 -07:00
Powered by Gitea Version: 1.24.4 Page: 113ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API