Skip to content

rhodey/hypercore-bug-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hypercore-bug-poc

POC to reproduce hypercore.get() bug where calling get(index) with empty index fails without callback error. Note that example hypercore is backed by random-access-memory so storage does not persist between runs:

$ npm install
$ node index.js --msg howdy --idx 0
> howdy
$ node index.js --msg howdy --idx 1
$ echo "no callback :["

About

hypercore get empty index bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors