-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Chat - Messages are delivered with long delay after changing avatar #17190
Comments
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @flodnv ( |
This is a real issue but it's also happening in production. Going to remove the deploy blocker label so we can go ahead with the deploy. Screen.Recording.2023-04-10.at.10.27.26.AM.mov |
Yikes! What's going on here?! 😅 @francoisl any idea if this is internal or external? |
No idea sorry, I was mostly looking to see if we could unblock the NewDot deploy. I checked the JS console when I tested and didn't see any errors, so for now I'd look at the network tab and make sure the requests are sent properly after updating your profile picture. Also backend logs, to see if there are weird shenanigans going on with push notifications. |
@flodnv Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@flodnv 6 days overdue. This is scarier than being forced to listen to Vogon poetry! |
I finally got around to testing this, and the problem is in fact not in the API! The problem is that the NewDot client app waits on UpdateUserAvatar to be done before sending any subsequent requests! I am not sure why we do that, maybe something related to sending requests in sync / offline mode? In any case, in this scenario it really does not seem necessary to me... Video demonstrating this here: Screen.Recording.2023-04-18.at.3.59.56.PM.mov |
Discussed here: https://expensify.slack.com/archives/C01GTK53T8Q/p1681848506766119 This is more a feature than a bug. It is kind of a bug, but we won't fix for now. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
on 2 devices with 2 accounts
Expected Result:
Messages should be sent without any issues
Actual Result:
Looks like messages are not sent. One can see that the other account is typing but no messages arrive from A to B and back. It seems to both account that messages are sent but they are not delivered. Sometimes messages are delivered later with delay, sometimes they are not delivered at all.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.2.97.2
Reproducible in staging?: Yes
Reproducible in production?: No
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Bug6010964_video_07-1.1.mp4
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: