mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +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)
|
||||
|
||||
self.greenlets.clear()
|
||||
for connection in self.conn:
|
||||
connection.disconnect()
|
||||
self.conn.clear()
|
||||
|
||||
# Clear the semaphore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue