Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix skip offset calculation in connection info manager
This fixes the failing XREADGROUP test. When calling position() after skip(), the value does not consider the skipped elements, so we must add the number of skipped elements to the index.
- Loading branch information