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
The error occurs when rtdb is set to firebaseClient.Child(root)..... and the action "new OfflineDatabase(t, s) is then called.
Does anyone have an idea what could be causing an error like that? I'm going to try a couple more things and report back. Love this library, it's very helpful. TIA
The text was updated successfully, but these errors were encountered:
Hello,
I am receiving the below exception when running my .NET MAUI app on any iOS device. The code works on Android devices.:
"Your platform does not support FileStream.Lock. Please set mode=Exclusive in your connnection string to avoid this error."
Here is the stack trace, it seems to be traced back to LiteDB:
If I install the latest LiteDB from NuGet, I still get an error on the same line, but the debugger just can't resolve the symbols.
Below is the code I am running which is causing the issue:
The error occurs when rtdb is set to firebaseClient.Child(root)..... and the action "new OfflineDatabase(t, s) is then called.
Does anyone have an idea what could be causing an error like that? I'm going to try a couple more things and report back. Love this library, it's very helpful. TIA
The text was updated successfully, but these errors were encountered: