-
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
[Due for payment 2025-02-13] [Due for payment 2025-02-10] Pusher PingPong is making clients go offline too often #56180
Comments
Triggered auto assignment to @yuwenmemon ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.93-3 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2025-02-10. 🎊 |
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.94-25 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2025-02-13. 🎊 |
Problem
Once the pusher pingpong was implemented in #55326, it's resulted in more clients being forced offline than I had expected. This prevents users from using the app.
Solution
Turn off the portion of the ping-pong that forces clients to go offline when the PONG event is not received and analyze the logs to see what behavior is happening with the ping-pong so it can be dialed in better.
The text was updated successfully, but these errors were encountered: