Skip to content

fix: DList timeout=0 means wait indefinitely#72

Merged
zhengbuqian merged 1 commit intozilliztech:masterfrom
sparknack:hotfix-2.6.12
Mar 13, 2026
Merged

fix: DList timeout=0 means wait indefinitely#72
zhengbuqian merged 1 commit intozilliztech:masterfrom
sparknack:hotfix-2.6.12

Conversation

@sparknack
Copy link
Contributor

When timeout is 0, treat it as no timeout (wait forever) instead of using a deadline that has already passed. This allows callers to distinguish between "wait with timeout" and "wait without timeout".

When timeout is 0, treat it as no timeout (wait forever) instead of
using a deadline that has already passed. This allows callers to
distinguish between "wait with timeout" and "wait without timeout".

Signed-off-by: Shawn Wang <shawn.wang@zilliz.com>
@zhengbuqian zhengbuqian merged commit 538edea into zilliztech:master Mar 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants