cbsheng

Results 1 issues of cbsheng

```python async def foo(): cnt = 0 async for _ in client.watch("key", start_revision=200): cnt += 1 if cnt == 1: break async def bar(): cnt = 0 async for _...