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

Real-World Example in doc #410

Open
HaveF opened this issue Jul 2, 2024 · 1 comment
Open

Real-World Example in doc #410

HaveF opened this issue Jul 2, 2024 · 1 comment
Labels
question Question regarding how RxGo is working etc.

Comments

@HaveF
Copy link

HaveF commented Jul 2, 2024

Hi, There, Thanks for this repo,

I find I can't make the Real-World Example in Doc works as expected, even I add lots of fmt.Printf

https://go.dev/play/p/imrQXHVVR9T

the program should get id2 and id3 processed. But I only get ID2 processed. Did I screw up something?

Processed Customer: {ID:2 Name:Jane LastName:Smith Age:25 TaxNumber:TAX2}
@HaveF HaveF added the question Question regarding how RxGo is working etc. label Jul 2, 2024
@HaveF
Copy link
Author

HaveF commented Jul 2, 2024

Maybe I find the spot, but don't know how to fix it.
If I comment the line rxgo.WithPool(3), // Increase concurrency, the result is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question regarding how RxGo is working etc.
Projects
None yet
Development

No branches or pull requests

1 participant