xibosignage / xibo-linux

Xibo for Linux - Digital Signage Player
https://xibo.org.uk/xibo-for-linux
GNU Affero General Public License v3.0
76 stars 54 forks source link

fix: file cache operations concurrent access ensured with a mutex #255

Closed dmitttri closed 2 years ago

dmitttri commented 2 years ago

A quick fix to ensure file downloader threads won't corrupt file cache (or segfault and crash xibo-player) , while trying to save it with fileCache_.save(...)