Skip to content

fix flush_in_progress not visible to sender#2660

Merged
dpkp merged 2 commits intodpkp:masterfrom
llk89:fix/visibility
Jul 1, 2025
Merged

fix flush_in_progress not visible to sender#2660
dpkp merged 2 commits intodpkp:masterfrom
llk89:fix/visibility

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
@llk89 llk89 deleted the fix/visibility branch July 2, 2025 05:06
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