sociomantic-tsunami / dlsproto

Distributed Log Store protocol definition, client, fake node, and tests
Boost Software License 1.0
3 stars 18 forks source link

Is the neo wrapper in the test DlsClient necessary? #38

Open gavin-norman-sociomantic opened 6 years ago

gavin-norman-sociomantic commented 6 years ago

The neo client already has a built-in task-blocking API, so could be used directly in test cases. (This is what dhtproto does, for example.)