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