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

TPL Joinblock sample works on .NET Framework 4.6, but has thread issue on Core #1872

Closed
TruthWithLove opened this issue Aug 20, 2018 · 2 comments

Comments

@TruthWithLove
Copy link

Issue Title

I'm using the following sample on .NET Framework 4.6 and it runs properly, however when I use the same code with .Core, the other threads never get called.
https://docs.microsoft.com/en-us/dotnet/standard/parallel-programming/how-to-use-joinblock-to-read-data-from-multiple-sources

General

All information is included in the link
https://docs.microsoft.com/en-us/dotnet/standard/parallel-programming/how-to-use-joinblock-to-read-data-from-multiple-sources

Simply compare the output between a .NET Core and .NET Framework console app

@MarcoRossignoli
Copy link
Member

@Petermarcu
Copy link
Member

Issue moved to dotnet/corefx #32057 via ZenHub

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

No branches or pull requests

2 participants