Closed clems4ever closed 2 years ago
Looks good -- can you fix the conflicts? Thanks!
I did a local conflict resolution but after doing so I'm seeing a failing test.
The failing test actually turned out to be the same underlying problem as #77 !
I've updated the test and it passes.
Looks good, thanks!
Awesome thanks!
this change ensures that there is no write operations after close is called. This was not the case before and this led to race conditions in the caller code because there was no way to ensure there would not be any write anymore after the close.