Commit f6684437 authored by Jim Fulton's avatar Jim Fulton

Try a little harder to empty the socket map.

parent 89702e51
......@@ -1079,6 +1079,7 @@ class StorageServer:
s.close()
except:
pass
asyncore.socket_map.clear()
def close_conn(self, conn):
"""Internal: remove the given connection from self.connections.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment