Skip to content

Fix duplicate request timeout#425

Merged
nogringo merged 2 commits intomasterfrom
fix/duplicate-request-timeout
Feb 7, 2026
Merged

Fix duplicate request timeout#425
nogringo merged 2 commits intomasterfrom
fix/duplicate-request-timeout

Conversation

@nogringo
Copy link
Collaborator

@nogringo nogringo commented Feb 6, 2026

No description provided.

Verifies that duplicate requests with the same filter complete when the original request completes, not when their timeout fires.
When a duplicate request is detected (same filter hash), the duplicate's controller was never closed when the original completed, causing it to wait for its own timeout. Now we cancel the timeout and close the controller when the original stream ends.
@nogringo nogringo self-assigned this Feb 6, 2026
@codecov
Copy link

codecov bot commented Feb 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.11%. Comparing base (4b0e8a5) to head (5c5d230).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #425      +/-   ##
==========================================
- Coverage   75.12%   75.11%   -0.02%     
==========================================
  Files         144      144              
  Lines        5741     5746       +5     
==========================================
+ Hits         4313     4316       +3     
- Misses       1428     1430       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nogringo nogringo requested review from 1-leo and frnandu February 6, 2026 23:09
@nogringo nogringo merged commit c5515a0 into master Feb 7, 2026
2 of 3 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.

3 participants