Skip to content

Conversation

@claudiamurialdo
Copy link
Collaborator

Change previous fix on #1103 that involved retries, as it altered the expected behavior of the API (issue 204015).
Allow simultaneous read and write access to the file:

  • Updated _fileStreamWriter to use FileShare.Read to allow read access while writing.
  • Updated _fileStreamReader to use FileShare.ReadWrite to allow both read and write access.
  • Ensured that the file can be accessed for reading and writing simultaneously without conflicts.

Issue:204015
Issue:203334

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@claudiamurialdo claudiamurialdo merged commit 1409597 into master Apr 14, 2025
9 checks passed
@claudiamurialdo claudiamurialdo deleted the fix/file-io-access-error branch April 14, 2025 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants