You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a unit test with your data files. I fixed the unexplained problem which was that the read callback did not match the expected function signature. The first opaque parameter was missing.
The test case still fails as the data being read by the callback is not properly returned. There is a stray pointer, the buffer is the correct length, but is seemingly random data.
I have two files:
OldFile.txt with content:
NewFile.txt with content:
Then I run the example provided in readme:
And get the following error:
I tried syncing many different files and all went well, but this one case just won't work.
The text was updated successfully, but these errors were encountered: