Update pool.py

This commit is contained in:
zandercymatics 2023-11-15 11:11:17 -07:00
parent 093c34a787
commit 13ef2a88e0
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -101,6 +101,8 @@ class EPPConnectionPool(ConnectionPool):
gevent.killall(self.greenlets)
self.greenlets.clear()
for connection in self.conn:
connection.disconnect()
self.conn.clear()
# Clear the semaphore