Skip to content
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

Turn on Web Socket mobile #3341

Open
3 tasks done
hoangdat opened this issue Dec 11, 2024 · 0 comments
Open
3 tasks done

Turn on Web Socket mobile #3341

hoangdat opened this issue Dec 11, 2024 · 0 comments
Assignees

Comments

@hoangdat
Copy link
Member

hoangdat commented Dec 11, 2024

Desc:

  • Currently, mobile app mostly base on FCM to update the app in both background and foreground
  • We should apply the same mechanism for all platform: web socket for foreground
    with this, we will have some advantage:
    • maintain the same logic for all platform
    • reduce much JMAP methods

DoD:

  • make sure web socket in use when mobile app running in foreground.
  • FCM still available in background/terminated
  • integration test for web socket in case app in foreground: do an action in chat list, verify chat list update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants