We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9ce69 commit d6dadf5Copy full SHA for d6dadf5
cassandra/io/libevreactor.py
@@ -165,10 +165,6 @@ def connection_created(self, conn):
165
166
def connection_destroyed(self, conn):
167
with self._conn_set_lock:
168
- new_conns = self._new_conns.copy()
169
- new_conns.discard(conn)
170
- self._new_conns = new_conns
171
-
172
new_live_conns = self._live_conns.copy()
173
new_live_conns.discard(conn)
174
self._live_conns = new_live_conns
0 commit comments