Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http/longpoll: Fix bug and simplify implementation #404

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

monstermunchkin
Copy link
Contributor

This fixes a bug where if duration was set to 0 the context would expire instantly causing any context-aware function to stop.

@monstermunchkin monstermunchkin added the T::Bug Software bug or design bug (i.e. other than specified) label Mar 4, 2025
@monstermunchkin monstermunchkin self-assigned this Mar 4, 2025
This fixes a bug where if duration was set to 0 the context would expire
instantly causing any context-aware function to stop.
@monstermunchkin monstermunchkin merged commit 88f3d21 into master Mar 4, 2025
6 checks passed
@monstermunchkin monstermunchkin deleted the longpoll branch March 4, 2025 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T::Bug Software bug or design bug (i.e. other than specified)
Development

Successfully merging this pull request may close these issues.

2 participants