I'm having multiple connections from the same machine to itself.
I'm creating a peer-to-peer network and I introduce every body correctly and they are all connected to each other (netPeer.Connections has the correct amount or connections and they are all connected).
When I try to send a message outward, only 2 of the peers (out of 4) are able to send.
I'm having multiple connections from the same machine to itself.
I'm creating a peer-to-peer network and I introduce every body correctly and they are all connected to each other (netPeer.Connections has the correct amount or connections and they are all connected).
When I try to send a message outward, only 2 of the peers (out of 4) are able to send.
Is there a problem where they get mixed up?