bevy_web_asset
bevy_web_asset copied to clipboard
Warn and retry when the server can't be reached
When the user has a poor connection and the server can't be reached, we just warn and report the asset as AssetIoError::NotFound
.
However, it probably makes sense to retry if we couldn't reach the server.
We should probably add a loop inside WebAssetIo::load_path
to retry in those cases.
Split from: #4