Uh oh!
There was an error while loading. Please reload this page.
Base codec functionality - #1
Conversation
QuintinWillison
commented
Dec 13, 2019
codemerx
commented
Dec 17, 2019
Argh I forgot to add @paddybyers as a reviewer when I created this. I'd gladly merge it but @QuintinWillison and @paddybyers could you review it beforehand? |
QuintinWillison
left a comment
There was a problem hiding this comment.
I'm confused as to the purpose of this repository.
All I was expecting to see exported, for consumption by our client library, was a single stateless function (i.e. static method) taking two byte arrays and returning one byte array.
The thing is, that's surely what com.davidehrmann.vcdiff.VCDiffDecoder does already?
So, is this repository just for those not using ably-java (i.e. SSE / MQTT)?
paddybyers
commented
Jan 6, 2020
Closing this PR - incorporated into #3 |
This is the
delta-codec-javaas described at https://github.com/ably/wiki/issues/380#issuecomment-533647591