bugfix
This commit is contained in:
parent
85197704f6
commit
2db7195c2c
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user