mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
Update pool.py
This commit is contained in:
parent
093c34a787
commit
13ef2a88e0
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ class EPPConnectionPool(ConnectionPool):
|
||||||
gevent.killall(self.greenlets)
|
gevent.killall(self.greenlets)
|
||||||
|
|
||||||
self.greenlets.clear()
|
self.greenlets.clear()
|
||||||
|
for connection in self.conn:
|
||||||
|
connection.disconnect()
|
||||||
self.conn.clear()
|
self.conn.clear()
|
||||||
|
|
||||||
# Clear the semaphore
|
# Clear the semaphore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue