Skip to content

KeyValue.watch inactive_threshold parameter has no effect #583

Open
@skewty

Description

@skewty

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):
    ...

Metadata

Metadata

Assignees

Labels

defectSuspected defect such as a bug or regression

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions