Skip to content

fix flush_in_progress not visible to sender #2660

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 2 commits into from
Jul 1, 2025
Merged

Conversation

llk89
Copy link
Contributor

@llk89 llk89 commented Jul 1, 2025

Call site

if not self._accumulator.flush_in_progress():

This is called in Sender._maybe_send_transactional_request(), but over there it's called without _ prefix. Since this method is accessed by other classes I assume we should remove the prefix, instead of making the caller call _flush_in_progress instead

@dpkp
Copy link
Owner

dpkp commented Jul 1, 2025

thanks for finding these!

@dpkp dpkp merged commit e91b036 into dpkp:master Jul 1, 2025
18 checks passed
dpkp pushed a commit that referenced this pull request Jul 1, 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.

2 participants