Closed io7m closed 2 weeks ago
Creating a transaction should acquire a single-token semaphore. It seems like SQLite is really just too unreliable to call from multiple threads, even with retries and other mitigations.
https://github.com/io7m-com/darco/issues/33
Done.
Creating a transaction should acquire a single-token semaphore. It seems like SQLite is really just too unreliable to call from multiple threads, even with retries and other mitigations.