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
I notice when I have the asset server open, that a file gets refreshed and I get new Config with new values. This works as expected.
But it goes wrong after I refresh the browser page. Then I get old content of the file. This is weird. I checked both 'assets/debug/game.settings' folder and the build/web/assets/debug/game.settings and both contain the correct file content.
My conclusion is that the asset-server caches the file content and serves the wrong file after a file is "reloaded". Can this be the case, and is there a solution for this?
The text was updated successfully, but these errors were encountered:
I observe a file using a
Value<Config>
and listen to file-changes to set a newConfig
.I notice when I have the asset server open, that a file gets refreshed and I get new Config with new values. This works as expected.
But it goes wrong after I refresh the browser page. Then I get old content of the file. This is weird. I checked both 'assets/debug/game.settings' folder and the
build/web/assets/debug/game.settings
and both contain the correct file content.My conclusion is that the asset-server caches the file content and serves the wrong file after a file is "reloaded". Can this be the case, and is there a solution for this?
The text was updated successfully, but these errors were encountered: