mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-05 04:27:56 +00:00
b996a30a44
The Console was never connected, so main_loop ran against a session that had never been established. Input arrived on a thread that called send_data and dropped the coroutine; the thread is gone and the loop watches stdin with add_reader instead. The output handler was a plain function that Console._print_data awaits.