uncaught exception
This commit is contained in:
parent
87c6e292f1
commit
d3e7f789b2
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class PingQueue:
|
|||
self._protocol.add_peer(peer)
|
||||
return
|
||||
await self._protocol.get_rpc_peer(peer).ping()
|
||||
except asyncio.TimeoutError:
|
||||
except (asyncio.TimeoutError, RemoteException):
|
||||
pass
|
||||
|
||||
task = self._loop.create_task(ping_task())
|
||||
|
|
Loading…
Reference in a new issue