Keep events chronologically sorted #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As event updates are transmitted from server events with same
_id
but updated contents are received on the browser.Events with existing
_id
should replace the content of the old events. To simplify finding old event keep the event array sorted on the browser side.For this use (binary) search to insert new event in the right position in the array