Skip to content

Commit

Permalink
Merge pull request #507 from byllyfish/task
Browse files Browse the repository at this point in the history
Remove unnecessary sleep and fix asyncio ERROR message.
  • Loading branch information
byllyfish authored Apr 20, 2024
2 parents 54771b6 + 1e016f2 commit 373737c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion finsy/test/gnmi_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ async def Subscribe(
await asyncio.sleep(0.2)
for reply in _GNMI_SUBSCRIBE_RESPONSES_UPDATES:
yield pbutil.from_text(reply, gnmi.SubscribeResponse)
await asyncio.sleep(5.0)
case "poll": # not supported
raise RuntimeError("not supported")
case _:
Expand Down

0 comments on commit 373737c

Please sign in to comment.