X-Git-Url: http://average.org/gitweb/?a=blobdiff_plain;f=gps303%2Fstorage.py;h=c0fc89be0ad3d41029faacbce17be5c76cafd207;hb=7bf96d53196eb6caf035335260a2dc25cec72e57;hp=b6f84ce993e4356c4e8f32e43946f27bf12ce846;hpb=7f904a11263dc04df2110c36444522ea622367d4;p=loctrkd.git diff --git a/gps303/storage.py b/gps303/storage.py index b6f84ce..c0fc89b 100644 --- a/gps303/storage.py +++ b/gps303/storage.py @@ -43,7 +43,8 @@ def runserver(conf: ConfigParser) -> None: packet=zmsg.packet, ) except KeyboardInterrupt: - pass + zsub.close() + zctx.destroy() # type: ignore if __name__.endswith("__main__"):