Hi,
I have implemented AJAX in one of my games to retrieve data and i noticed that it showed the same data even after i restarted the game with no internet!
After some testing it seems like once the data is retrieved by AJAX, it stays saved somewhere even after closing the game! And when we open it again, it triggers the "ajax request completed" with the old data!
Please find the attached capx! https://drive.google.com/file/d/19t1H2dQQS9gnjBFDGinqbnWf0LJw4HT6/view?usp=sharing
Steps to reproduce :
Preview with Internet connection!
Close Preview!
Preview again without Internet Connection!
AJAX "On Request Completed" gets triggered and Old Data Still gets retrieved!
Is there a solution to this or is this a bug?
Edit : I just noticed that once data is retrieved, even with the internet on it does not update the data, it just triggers request completed with old data saved in it somewhere!
Regards
Shubham