-
Notifications
You must be signed in to change notification settings - Fork 18
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
Other party members notes do not update without refresh #179
Comments
Find a screen recording of the issue below notes.dont.change.till.refresh.mp4 |
According to our current mechanism, we are currently storing notes data in our database. Because we are not using WebSockets, the frontend will not update unless we fetch the data again and then display the updated data to other users. One possible solution is to keep querying the backend at a fixed interval of time so that the user has updated data (this doesn't seem like a good solution to me because it will keep querying the backend even if the data hasn't changed and will eventually slow down the performance due to more data fetching). LMKYT on this. |
I think querying the backend a couple of times a minute would be the simplest solution for now. |
Created a pr closing #191 |
Other party members notes do not update without refresh: issue #179
@blahkheart and I found this bug today:
Describe the bug
When a user edits their note, other users do not see the updated note unless they refresh their screen.
To Reproduce
Expected behavior
Expected notes to update for each other in realtime
Screenshots
Please see below
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: