Skip to content

Support safe concurrent log commands #5

@amir-arad

Description

@amir-arad

Today, the log read and write rewrite the whole file.
If we want logs to be added from the game we need to make sure we make the read\write command atomic.
implementation : instead of writing each line directly, push lines to a buffer and write it all at once.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions