feat: complete reliable coordination adapter
Some checks failed
tamq-ci / test (push) Failing after 5s

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a03397-4d51-7fd1-8ff2-946eb22ea2bc
This commit is contained in:
tegwick 2026-08-26 08:11:09 +02:00
parent 25113f463e
commit 6d2ccc7760
30 changed files with 2553 additions and 144 deletions

View file

@ -300,7 +300,7 @@ class PtyTap:
self.output_observer.flush()
flush_worker = getattr(self.broker, "flush_worker_message", None)
if flush_worker is not None:
flush_worker()
flush_worker("worker_exit")
for signum, handler in saved_handlers.items():
signal.signal(signum, handler)
if saved_terminal is not None: