maidsafe-archive / crust

Reliable p2p network connections in Rust with NAT traversal. One of the most needed libraries for any server-less / decentralised projects
BSD 3-Clause "New" or "Revised" License
956 stars 126 forks source link

Example is not working #1121

Closed AbdallahZ7 closed 5 years ago

AbdallahZ7 commented 5 years ago

I'm trying to run the example in examples/crust_peer.rs and I'm not being able to run it. here is what I did:

peek 2019-02-04 19-54

povilasb commented 5 years ago

Thanks for the feedback! I believe PR https://github.com/maidsafe/crust/pull/1123 should fix the issue. Also, see the comments for explanation :)

douglascaetano commented 5 years ago

Hi @3bdallahz!

Thanks for your report. There was indeed an issue, as mentioned by @povilasb, that we fixed in PR #1141. Please pull the changes and try again. If the problem persists, please reopen this issue.