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

Internal thread pool on .NET 6 #2187

Closed
epeshk opened this issue Jul 11, 2022 · 2 comments
Closed

Internal thread pool on .NET 6 #2187

epeshk opened this issue Jul 11, 2022 · 2 comments

Comments

@epeshk
Copy link

epeshk commented Jul 11, 2022

Looks like that internal thread pool for SocketManager was disabled in 239e345, but there is no assembly for .NET 6 target in NuGet package.

  1. Is it my mistake and this change is already in the release?
  2. Is this an experimental change that is not intentionally shipped or is it just a NuGet packaging bug?
  3. Would Environment.Version check at runtime be better than conditional compilation for this case? At the time this change goes into production, of course.
@NickCraver
Copy link
Collaborator

The net6.0 target was indeed intentionally removed, but left in code to help the .NET team repro our results and make suggestions - see #1992 for context :)

@epeshk
Copy link
Author

epeshk commented Jul 12, 2022

@NickCraver, thanks for the clarification!

@epeshk epeshk closed this as completed Jul 12, 2022
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