This commit is contained in:
yumoqing 2026-03-02 20:02:11 +08:00
parent 85197704f6
commit 2db7195c2c

View File

@ -32,7 +32,7 @@ async def run_proxy():
try: try:
await awaitify(zmq.proxy)(frontend, backend) await awaitify(zmq.proxy)(frontend, backend)
except Exception as e: except Exception as e:
exception(f"Proxy 异常退出: {e}{format_exc()") exception(f"Proxy 异常退出: {e}{format_exc()}")
finally: finally:
frontend.close() frontend.close()
backend.close() backend.close()