Open
Description
Observed behavior
Regardless of what positive integer value I use it exits immediately after iterating through historical values.
Expected behavior
It should provide the historical values then wait for inactive_threshold seconds before exiting (a value of 0 should wait forever)
Server and client version
Current
Host environment
No response
Steps to reproduce
async for entry in await kv.watchall(include_history=True, inactive_threshold=2**10):
...