mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
We sometimes get blueslip errors from browsers that are clearly still attempting to reload long after they should have. These browsers can produce a lot of unnecessary presence update exceptions. To solve that, we start checking reload_in_progress in the presence code path. While we're at it, we also add some blueslip logging for the reload code path, in case it becomes useful when debugging future issues.