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

increase interactor lifecycleFlow buffer size #641

Closed

Conversation

rysh88
Copy link

@rysh88 rysh88 commented Sep 20, 2024

This increases the lifecycle flow buffer size in the interactor. The existing size drops emissions when there are too many subscribers. The change to the unlimited buffer will maximize the chance of successful emissions.

@CLAassistant
Copy link

CLAassistant commented Sep 20, 2024

CLA assistant check
All committers have signed the CLA.

@tyvsmith
Copy link
Member

Please provide validation info. Any risks or concerns? New memory issues from unlimited growing list?

@psteiger
Copy link
Contributor

Can you please clarify which use case demanded this change?

Yes, buffer is 1 and can miss events, but did you actually go through some case where this was actually an issue?

@rysh88 rysh88 closed this Sep 23, 2024
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.

4 participants