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

Remove default params to flow extensions #3489

Merged
merged 2 commits into from Sep 29, 2022
Merged

Conversation

AlecKazakova
Copy link
Collaborator

Would rather be verbose and safe than introduce the default dispatcher unknowingly in situations where it would cause issues

Would rather be verbose and safe than introduce the default dispatcher unknowingly in situations where it would cause issues
@AlecKazakova AlecKazakova merged commit f171b21 into master Sep 29, 2022
@AlecKazakova AlecKazakova deleted the AlecStrong-patch-3 branch September 29, 2022 16:01
@martinbonnin
Copy link
Contributor

I'm curious what could go wrong. Did you have a specific example in mind?

@AlecKazakova
Copy link
Collaborator Author

paging @jingibus !!!!

@jingibus
Copy link

I'm curious what could go wrong. Did you have a specific example in mind?

The tl;dr is that while this is fantastic in prod, it really really hurts in testing. Dispatchers.Default introduces multithreading to the test, which leads to flakes, which leads to pain.

@martinbonnin
Copy link
Contributor

I see, thanks for the insights!

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.

None yet

4 participants