feat: deliver installable local alpha sessions
Some checks failed
tamq-ci / test (push) Failing after 6s

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a03397-4d51-7fd1-8ff2-946eb22ea2bc
This commit is contained in:
tegwick 2026-08-24 16:10:59 +02:00
parent d56bd3c79f
commit 5774fbd548
18 changed files with 890 additions and 94 deletions

View file

@ -62,7 +62,7 @@ class Service:
"""Continuously inject pending messages into registered live endpoints."""
while not stopped.is_set():
try:
await asyncio.to_thread(self._deliver_once)
self._deliver_once()
except Exception:
# A disappearing tmux session must not take down the queue.
pass