forcedotcom / quiz-host-app

Multiplayer quiz app built on Salesforce technology (host app)
Creative Commons Zero v1.0 Universal
108 stars 67 forks source link

Added cache busting to getQuizSession #16

Closed pozil closed 5 years ago

pozil commented 5 years ago

QuizController.getQuizSession() was getting cached and this was messing up UI for gameApp component. I busted the cache by introducing a timestamp parameter (removing @AuraEnabled(cacheable=true) didn't work).