You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just before the OreSat0.5 handoff, we had an issue were the Updater service would try to move the update from the fwrite cache while the update was been upload/written. We did a last minute hack to only have the updater move file from the fwrite cache on the apps start up. If we use file lock, Updater service would wait until the file is unlocked and then move the update to its own private cache.
To solve this issue use files locks in OreSatFileCache.
The text was updated successfully, but these errors were encountered:
Just before the OreSat0.5 handoff, we had an issue were the Updater service would try to move the update from the fwrite cache while the update was been upload/written. We did a last minute hack to only have the updater move file from the fwrite cache on the apps start up. If we use file lock, Updater service would wait until the file is unlocked and then move the update to its own private cache.
To solve this issue use files locks in
OreSatFileCache
.The text was updated successfully, but these errors were encountered: