intelligent-agent / Reflash

Flasher image for Refactor distro for use with Recore 3D printer board
GNU Affero General Public License v3.0
2 stars 0 forks source link

Concurrent access to the database/sqlitedict still causes database lock error #53

Closed eliasbakken closed 10 months ago

eliasbakken commented 11 months ago

It happens less frequently, but the current version of Reflash is still not immune to concurrent access to the database. It might not be a huge issue to let the operation fail in most cases, since it is an update on the progress. Still, it would be beneficial to find a solution that works every time.

eliasbakken commented 10 months ago

This it not a problem after converting to Go.