We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1128f04 commit 215c9ccCopy full SHA for 215c9cc
1 file changed
aries_cloudagent/protocols/routing/v1_0/manager.py
@@ -81,7 +81,7 @@ async def get_recipient(self, recip_verkey: str) -> RouteRecord:
81
raise RouteNotFoundError(
82
f"No route found with recipient key: {recip_verkey}"
83
)
84
- await asyncio.wait(500)
+ await asyncio.sleep(0.5)
85
pause = False
86
87
async def get_routes(
0 commit comments