Closed ctm closed 1 year ago
FWIW, I can't reproduce locally, but it's trivial to reproduce on craftpoker.com. That makes me think it's related to Cloudflare. I'll add a little instrumentation to the client and see if that can tell me anything.
Fixed. It'll now say "Server Unavailable" on a crash, rather than "Loading Update". It will, continue to say "Loading Update" when it's really loading an update.
Try to reproduce an incorrect "Loading Update" message associated with a crashed container, then fix it to be accurate.
The nightly tournament died the night before last (i.e. on Friday, August 18th). There were three participants, and in email, two of the three mentioned that they were getting a status message that I believe must be the "Loading Update" message that the lobby generates after it gets a fetch response with no etag:
The problem is that although a response lacking an etag header is most likely due to mb2 being in the process of receiving a new client, it apparently can also happen after a crashed container, in which case we're telling the users something that isn't true.
This is similar to #1072 where I made mb2 say "Unable to Contact Server" instead of "Offline (Probably for Maintenance)".
I'll try to reproduce the problem locally, but more likely I'll need to test it on something running through Cloudflare, which will presumably just be craftpoker.com when nobody else is using it. Once I can reproduce it, I can figure some sort of wording that is less definitive than "Loading Update".