Skip to content

Conversation

@LincolnPuzey
Copy link
Collaborator

@LincolnPuzey LincolnPuzey commented Nov 29, 2025

Check that future is not done before continuing with while loop.
This fixes an infinite loop when a TimeoutError is raised inside the future being waited on.

Fixes #791

@LincolnPuzey LincolnPuzey changed the title Bugfix: Check that future is not done before continuing with while loop. Fix #791: Check that future is not done before continuing with while loop. Dec 1, 2025
This fixes an infinite loop when a TimeoutError is raised inside the future being waited on.
Fixes Bogdanp#791
@LincolnPuzey LincolnPuzey changed the title Fix #791: Check that future is not done before continuing with while loop. Fix #791: Fix infinite loop when async actor raises TimeoutError exception Dec 6, 2025
@LincolnPuzey LincolnPuzey merged commit 4a5845b into Bogdanp:master Dec 6, 2025
11 checks passed
@LincolnPuzey LincolnPuzey deleted the fix_gh_791 branch December 6, 2025 06:53
@LincolnPuzey LincolnPuzey added this to the v2.0.1 milestone Jan 1, 2026
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.

Raising TimeoutError in a async task causes infinite loop and process death

1 participant