Skip to content

Resolve "Freezing up of app at start of meditation session"

Sebastian K requested to merge 138-fix-freezing into master

Closes #138 (closed)

Proposing following methods for hopefully fixing:

  • If the LoadMeditations action fails, catch the error and go back to loading: false in the application state
  • Make sure polling interval does not continue when leaving meditation page
  • Always load meditations new after posting of own session is done to prevent case when websocket event failed to trigger the loading

Merge request reports