mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-28 01:26:44 +00:00
b96d4b4103
Console.main_loop drives Session.wait_for_rsp, which is a coroutine, so it spun without ever waiting for a packet. It is a coroutine now, and pyghmicons runs its main under asyncio.run. pyghmiutil had the same shape around Command.eventloop.