-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.IO.IOExceptionSharing violation on path /data/data/de.foo.android/files/carts/foobar.json #14
Comments
Same for me - this exception occurs from time to time:
|
Happened again with latest nuget release version, at Android device, during debbuging:
|
We also had this in production. I fixed this by using a semaphore (SemaphoreSlim) to prevent concurrent access. |
Hey Daniel,
we got in some cases an error.
At the most times we got it when the app is in background.
Do you know something about this kind of error?
The text was updated successfully, but these errors were encountered: