FM1973

Results 53 comments of FM1973

another one: Java.Interop.JniEnvironment.InstanceMethods.CallNonvirtualVoidMethod(JniObjectReference , JniObjectReference , JniMethodInfo , JniArgumentValue* ) Java.Interop.JniPeerMembers.JniInstanceMethods.InvokeVirtualVoidMethod(String , IJavaPeerable , JniArgumentValue* ) Android.Views.View.DispatchDraw(Canvas ) Microsoft.Maui.Platform.ContentViewGroup.DispatchDraw(Canvas canvas) Android.Views.View.n_DispatchDraw_Landroid_graphics_Canvas_(IntPtr , IntPtr , IntPtr ) Android.Runtime.JNINativeWrapper.Wrap_JniMarshal_PPL_V(_JniMarshal_PPL_V , IntPtr ,...

@mohachouch Man I keep my fingers crossed your workaround does it´s job. I will give it a try.... Thanks!

@mohachouch So far no crash the whole day! Thanks a lot! I can´t understand why the team was not able to provide a solution as quick as you. I know...

@mohachouch Yes, I know it´s only a workaround and it is marked as such in our source code. I will check if only declaring the method is enough, I can´t...

I got the same exception from time to time. Android 11+ as well as IOS 14+

Is there anything we can do as a workaround? Our testers (app) get this exception at least once or twice a day which crashes the app.

@ErikEJ Thanks for your suggestion. How can I disable pooling when using "UseSqlite" like this: `builder.Services.AddDbContext(o => o.UseSqlite($"Filename={databasePath}", sqlLiteOptions => { sqlLiteOptions.CommandTimeout(120);}));` I can´t find a property for disabling pooling...