It is currently possible to run multiple instances of Exosphere. This, in itself, isn't deeply problematic, but they will share the same cache file. This may result in unexpected issues when doing concurrent writes to it.
We should either not allow multiple instances, or handle the case where the cache file is in use gracefully.
It is currently possible to run multiple instances of Exosphere. This, in itself, isn't deeply problematic, but they will share the same cache file. This may result in unexpected issues when doing concurrent writes to it.
We should either not allow multiple instances, or handle the case where the cache file is in use gracefully.