justincpresley / ndn-python-svs

ndn-python-svs: NDN StateVectorSync protocol python library for syncing distributed real-time applications.
GNU Lesser General Public License v2.1
9 stars 5 forks source link

Add test case to ensure state vector compatibility with C++ and TS #2

Closed phylib closed 3 years ago

phylib commented 3 years ago

Adds a test case to ensure version vector compatibility with C++ and TS version.

The test case indicates an incompatibility with the current implementation, as elaborated in #1.

justincpresley commented 3 years ago

Solved this with the latest commits.

Thank you for checking this, making a new test, and noting this through the issues.