You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: