dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
878 stars 45 forks source link

Make settings system truly thread-safe #278

Open dweymouth opened 10 months ago

dweymouth commented 10 months ago

There are extremely improbable but possible data races with how the config struct is being handled. Make the config system truly thread-safe.