This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/assets/javascripts/discourse/routes
Sam 6ddd8d9166 FIX: when entering topics "tracking" would not be set
There was a timing issue when subscribing to messages for topics.

Old flow:

- We generate JSON for topic
- We subscribe to messages for topic

New flow:

- We keep track of last id in the topic message bus channel
- We generate JSON
- We subscribe to messages for topic starting at saved message id

This ensures that there is complete overlap for message consumption
and that there are no cases where an update may go missing due to timing
2017-05-16 15:04:21 -04:00
..
2016-07-11 12:57:05 -04:00
2017-03-14 11:52:15 +08:00
2016-12-12 17:29:54 +08:00
2016-12-13 15:17:14 +08:00
2016-06-06 14:18:48 -04:00
2016-06-06 14:18:48 -04:00
2016-06-06 14:18:48 -04:00