Loading examples/ring.py +1 −0 Changes for examples/ring.py: 1 added line, 0 removed lines. Original line number Diff line number Diff line Loading @@ -206,6 +206,7 @@ def main(): except socket.error as msg: logging.error("Socket died with: {}".format(msg)) if skt: skt.close() skt = None Loading Loading
examples/ring.py +1 −0 Changes for examples/ring.py: 1 added line, 0 removed lines. Original line number Diff line number Diff line Loading @@ -206,6 +206,7 @@ def main(): except socket.error as msg: logging.error("Socket died with: {}".format(msg)) if skt: skt.close() skt = None Loading