-
-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Messages disappear on send #3117
Comments
I actually ran into symptoms like these myself earlier today; 19.2.102 on Android. For me, the sequence was:
I haven't seen this any other time recently. I also haven't noticed symptoms like #2800 , which back in the spring / early summer was caused by the same underlying bug (fixed in a0cc3dc ; see commit message for details) that caused these symptoms (as #2413 and #2539). But maybe those symptoms are happening too, and I just haven't noticed. |
A possible cause of these symptoms would be if we're not getting the Alternatively, @borisyankov points out this possible route to causing these symptoms:
Which seems quite plausible to me. Thinking about which step in that we'd want to change, or to describe as the bug, I think my answer is at step 2 -- where we get into a state where
If indeed this is what's happening, it will interact closely with #3151 . So we'll keep this in mind while doing that work. |
The next step on this would be to attempt to reproduce it on a current version. The key thing will be to write down specifically what was done to try to reproduce it. The last report was a long time ago, so if it doesn't reproduce then we can close. But it's a kind of bug where it's not too hard to try to reproduce, and if it does reproduce it's a significant one, so we should make the attempt first. Note that the reported sequence involves opening the app from a notification -- probably from the app being closed. So that will be an important thing to do when trying to reproduce. |
Ah, and I've paused here, pending #3647. EDIT: Actually, tomorrow, I can test with the Android emulator, since that issue is iOS only. |
Closing this as we haven't had a repro in a long time. If someone does see symptoms like this, please do file a new issue! See also #3881 which is an umbrella issue about the "outbox" system -- any symptom like this one is likely to be related to that. |
@sschueller reports:
The report was originally a comment on #2413, an issue with very similar symptoms; but as discussed there, we fixed an issue back in July that I'm pretty sure was the cause of most, if not all, of the reports of those symptoms back then. So this is likely to be a completely separate issue.
The text was updated successfully, but these errors were encountered: