Quicr / old-quicrq

BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Warp support - Very early and not yet done #118

Closed suhasHere closed 1 year ago

huitema commented 1 year ago

@suhasHere I just did three set of changes in your branch:

1) Merge the latest version of main, to avoid merge conflicts later on.

2) Revert the changes to the wake-up API, and instead read the "highest group ID" directly from the cache context when we need it.

3) Fix a bad test for stream number in the callback function that was causing existing tests to fail.

With that, the compile succeeds and all the existing tests pass. Of course, we cannot check it like that: we need to add at least a basic test of the Warp mode. But that's a start. Please download these changes before working further in this PR branch.