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
I suspect this is the log of all incoming messages getting long. Currently the code updates the whole view for each new message which probably becomes increasingly inefficient as the message list gets longer.
Only update the newly inserted row.
The text was updated successfully, but these errors were encountered:
I suspect this is the log of all incoming messages getting long. Currently the code updates the whole view for each new message which probably becomes increasingly inefficient as the message list gets longer.
Only update the newly inserted row.
The text was updated successfully, but these errors were encountered: