This commit is contained in:
yumoqing 2026-03-02 20:18:00 +08:00
parent 06c2299778
commit a5de7478b9

View File

@ -75,7 +75,7 @@ async def zmq_subcribe(special_key: str, callback=None):
exception(f'Cancelled .......') exception(f'Cancelled .......')
pass pass
except Exception as e: except Exception as e:
exception(f'{e}\n{format_exc()}' exception(f'{e}\n{format_exc()}')
finally: finally:
sock.close() sock.close()
ctx.term() ctx.term()