That looks like you write to file while other node is still writing to the same file.
This is why I put the “thread safety” checks in there, to make sure multiple nodes won’t try to async write to the same file at the same time.
That looks like you write to file while other node is still writing to the same file.
This is why I put the “thread safety” checks in there, to make sure multiple nodes won’t try to async write to the same file at the same time.