stream-chat-js icon indicating copy to clipboard operation
stream-chat-js copied to clipboard

fix: replace binarySearchByDateEqualOrNearestGreater with findIndexInSortedArray \w midpoint match

Open arnautov-anton opened this issue 1 year ago • 1 comments

This PR removes and replaces binarySearchByDateEqualOrNearestGreater with universal findIndexInSortedArray function and enables exact matching by checking midpoint.

Changes to channel and channel_state tests are to ensure proper order of generated messages (added created_at to each generated message with proper offset).

arnautov-anton avatar Sep 19 '24 13:09 arnautov-anton