|
@@ -471,7 +471,7 @@ def eventtop():
|
|
|
while True:
|
|
while True:
|
|
|
try:
|
|
try:
|
|
|
conn.connection.drain_events()
|
|
conn.connection.drain_events()
|
|
|
- except socket.timeout:
|
|
|
|
|
|
|
+ except (socket.timeout, socket.error):
|
|
|
pass
|
|
pass
|
|
|
except Exception:
|
|
except Exception:
|
|
|
refresher.shutdown = True
|
|
refresher.shutdown = True
|