Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

fix(logging): Prevent IO ex concurrent writes #1057

Commits on Nov 8, 2020

  1. fix(logging): Prevent IO ex concurrent writes

    `File.AppendText` takes an exclusive write lock on a file. This means
    that when multiple writes are occurring at the same time, an
    `IOException` is thrown saying: "The process cannot access the file X
    because it is being used by another process".
    CrispyDrone committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    b6a2768 View commit details
    Browse the repository at this point in the history