LiteDB icon indicating copy to clipboard operation
LiteDB copied to clipboard

Changes to properly support Mutexes on NET6.0

Open conradmicallef opened this issue 2 years ago • 8 comments

Global Mutexes were being created without insufficient rights for a 2nd process running on same machine to use them

This fix addresses that by using same methodology applied to NETFRAMEWORK but to NET6.0

conradmicallef avatar Jun 24 '22 13:06 conradmicallef

Is there any plan on merging this PR?

inbarbarkai avatar Jan 12 '23 11:01 inbarbarkai

Any update? What's the symptom without this fix, is there a particular error raised?

Looking for solutions to access denied errors on shared mode access, but I'm not seeing it on the mutex but on the journal file (and only one process is writing, the other opens database in read mode).

tjmoore avatar Oct 20 '23 19:10 tjmoore