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

Enhance message synchronization upon re-entry to the room and optimize mobile user experience #1

Open
jw-12138 opened this issue Apr 6, 2023 · 0 comments

Comments

@jw-12138
Copy link
Owner

jw-12138 commented Apr 6, 2023

When a mobile browser becomes inactive, it may stop running background tasks. This can cause M42 to go offline and miss incoming messages during that time. To address this issue, we could consider implementing one or both of the following solutions:

  • Sync message timestamps using websockets upon re-entry to ensure that the correct message order is maintained.
  • Resend any missed messages to the client once they become active again.
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

1 participant