Patrick Anderson

Results 1 issues of Patrick Anderson

I ran into an issue where I was creating my app's sole `SQLiteAsyncConnection` in the following manner: `var conn = new SQLiteAsyncConnection(() => new SQLiteConnectionWithLock(...));` Looking at the source code...