tomp2p / TomP2P

A P2P-based high performance key-value pair storage library
http://tomp2p.net
Apache License 2.0
441 stars 123 forks source link

PeerDHT.add() fails when using list() #116

Open ollyblink opened 9 years ago

ollyblink commented 9 years ago

When trying to add data to the DHT using PeerDHT.add(...).list().data(...), the data seems to not be added when the peers are bootstrapped to each other. This problem does not occur when list() is omitted, nor when the peers are not bootstrapped.