You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, I started learning more about libp2p (and p2p in general). I wanted to create a simple p2p file sharing system. I created a node.go file that should serve both as a sender/receiver. I wanted to test multiple nodes connecting to one node:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey guys, I started learning more about libp2p (and p2p in general). I wanted to create a simple p2p file sharing system. I created a
node.go
file that should serve both as a sender/receiver. I wanted to test multiple nodes connecting to one node:It's failing and this is the error I receive:
It's interesting when I change the value of
numClients
to 8, the test is passing.Can someone help me understand this more deeply?
Beta Was this translation helpful? Give feedback.
All reactions