-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Reopened/Fix: User experienced big delay when posting the messages #30605
Reopened/Fix: User experienced big delay when posting the messages #30605
Conversation
I applied changes from this PR locally. I will see if there's any unexpected behavior for next few days. |
Also, I have ever reproduced this weird bug but not found clear repro step yet. |
So far I am not able to reproduce any of issues above. |
I tried, but Im not able to reproduce them.. :( |
@mountiny can you please generate QR build? |
@waterim please pull main |
running |
This comment has been minimized.
This comment has been minimized.
Unfortunately I am still seeing delays |
Super weird |
…rienced-big-delay-2
Might be related to local time. @mountiny are you currently synced with internet time? (no 1ms diff) |
Idk but I dont think this should be something we should expect from our customers, we should accommodate for that |
I have the same on this PR deploy |
yup. I adjusted local time back and forth and still had no issue |
I am running a test build where we can see it on desktop hopefully, the bug is not really acceptable at least from what I can see from the video |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪 |
@mountiny Access denied for desktop one :( |
@waterim we are expereincing issue with the build, I think we can wait for that to be resolved |
…rienced-big-delay-2
Running the build, I am still kinda confused if we need this change |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪
|
Okay, looks like delay appears on the desktop app with changed time, but works fine with default auto-time. With all other platforms it works good. What do you think guys regarding this? |
Also, this is not a regression but production behavior. So desktop isn't affected by this PR. In summary: As long as this PR doesn't cause regression, I am fine to proceed. Also there's possibility that production desktop app might work fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@situchan to confirm, no new regression, issue fixed on web and whatever the issue is on desktop that is already in production?
right
If so could you approve this PR please?
Oh wow I am not even assigned to the linked issue 😂 look at that |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
Ah, the reason why I tagged you first time is that you reported #28649 which was not reproducible by us |
Updated everything @mountiny |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, thanks! All yours @nkuoch
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/nkuoch in version: 1.4.25-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.25-10 🚀
|
Details
This PR is about to add a skew to Onyx dates for actions
Fixed Issues
$ #21490
PROPOSAL: $ #21490 (comment)
Tests
Test steps for Web and mobile platforms, this change doesn't affect desktop
Offline tests
N/A automated tests
QA Steps
Same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
N/A automated tests
Web
Screen.Recording.2023-09-05.at.00.18.43.mov
Mobile Web
Screen.Recording.2023-09-05.at.00.30.58.mov
Desktop
Screen.Recording.2023-09-05.at.00.25.44.mov
iOS
Screen.Recording.2023-09-05.at.00.27.38.mov
Android