SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
0 deletions
-
electrum/daemon.py
|
|
@ -315,6 +315,7 @@ class Daemon(Logger): |
|
|
|
try: |
|
|
|
async with self.taskgroup as group: |
|
|
|
[await group.spawn(job) for job in jobs] |
|
|
|
await group.spawn(asyncio.Event().wait) # run forever (until cancel) |
|
|
|
except BaseException as e: |
|
|
|
self.logger.exception('daemon.taskgroup died.') |
|
|
|
finally: |
|
|
|