-
Improvement
-
Resolution: Fixed
-
Blocker
-
3.2
-
MOODLE_32_STABLE
-
MOODLE_32_STABLE
-
MDL-56139_master -
When viewing a conversation in the message area we should do an ajax request for new messages in the background and update the page if there are any, rather than just waiting for the user to reload the whole page.
The request frequency to back off over time to ensure we aren't spamming the server. E.g. wait 5 seconds and check, if no results then wait 10 seconds, if no results then wait 30 etc. If you get results at any point it can reset the frequency.