Skip to content

Conversation

Szczyrk
Copy link
Collaborator

@Szczyrk Szczyrk commented Aug 24, 2021

No description provided.

@Szczyrk Szczyrk changed the base branch from dev/v3.17.x.x to experimental/improved-download-unpacking-installation August 27, 2021 12:05
@@ -269,7 +347,7 @@ private void UnpackRegularFile(Pack1Meta.FileEntry file, Action<double> onProgre

DecompressorCreator decompressorCreator = ResolveDecompressor(_metaData);

using (var fs = new FileStream(_packagePath, FileMode.Open))
using (var fs = new FileStream(_packagePath, FileMode.Open, FileAccess.Read, FileShare.Read))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change related to the thread pool support?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@Szczyrk Szczyrk changed the base branch from experimental/improved-download-unpacking-installation to dev/v3.17.x.x February 22, 2022 08:37
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.

2 participants