Skip to content

fix StandaloneAzureBlockBlob.UploadFromByteArrayInternalAsync - #161

Open
Denifia wants to merge 1 commit into
masterfrom
fix-upload-stream
Open

fix StandaloneAzureBlockBlob.UploadFromByteArrayInternalAsync#161
Denifia wants to merge 1 commit into
masterfrom
fix-upload-stream

Conversation

@Denifia

Copy link
Copy Markdown
Contributor

This is simulating a single operation is Azure but is performed as two file writes locally. That introduced a timing issue where the content file was released and available to consumers before the metadata was written/released.

This is simulating a single operation is Azure but is performed as two file writes locally. That introduced a timing issue where the content file was released and available to consumers before the metadata was written/released.
@Denifia

Copy link
Copy Markdown
ContributorAuthor

Needs more investigation.

The unit tests really hate the idea that we can write metadata during UploadFromByteArrayAsync. Might be hard to unpick.

Sign up for freeto 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.

1 participant

@Denifia