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 e57e861 commit 9b67317Copy full SHA for 9b67317
src/diem/testing/miniwallet/app/app.py
@@ -140,9 +140,6 @@ async def worker() -> None:
140
except asyncio.CancelledError:
141
return
142
except Exception as e:
143
- if "cannot schedule new futures" in str(e):
144
- # ignore unexpected shutdown RuntimeError
145
- return
146
self.logger.exception(e)
147
148
return asyncio.create_task(worker())
0 commit comments