Skip to content

fix: missing client_info initialization and abort keep-alive task on drop #83

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

Merged
merged 1 commit into from
Aug 19, 2025

Conversation

hashemix
Copy link
Member

📌 Summary

This PR fixes an issue where client_info was mistakenly returning None, causing initialization problems. It also introduces an AbortTaskOnDrop guard to ensure that the keep-alive task is properly aborted when no longer needed, preventing potential task leaks.

- Added guard (AbortTaskOnDrop) to ensure keep-alive task is aborted
when no longer needed - Fixed bug where client_info was mistakenly
returning None
@hashemix hashemix merged commit 308b1db into main Aug 19, 2025
3 checks passed
@hashemix hashemix mentioned this pull request Aug 19, 2025
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.

1 participant