You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android, view's rendering is always done client side using data retrieved from the server. There is a thread which is periodically executed which fetches comment's reactions amount.
I am unable to fully understand what are you requesting. Maybe that server tells client to update the amount on realtime -the websocket way- instead of await 5 seconds until those amounts are updated?
On Android, view's rendering is always done client side using data retrieved from the server. There is a thread which is periodically executed which fetches comment's reactions amount.
I am unable to fully understand what are you requesting. Maybe that server tells client to update the amount on realtime -the websocket way- instead of await 5 seconds until those amounts are updated?
There is a delay, when you click on comments and click the like or dislike button. You can make a user confused whenever it is clicked or not.
When I see comments, fire and slime buttons are waiting to update rather than appearing it earlier and process it server side afterwards.
The text was updated successfully, but these errors were encountered: