Keep events chronologically sorted #2
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
_idbut updated contents are received on the browser.Events with existing
_idshould 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