arminm / multegula

CMU Distributed Systems Term Project
3 stars 3 forks source link

MessagePasser Waits to Connect to all other P2P nodes #36

Open arminm opened 8 years ago

arminm commented 8 years ago

Right now the messagePasser waits until all nodes establish a connection. This might not be the best way to handle this because even if 1 connection can't be established the program will halt there.

garrettmiller commented 8 years ago

This might relate to Reliability - Bootstrapping (#54)

dsantorojr commented 8 years ago

@arminm - I think this is actually good. I'm good with waiting to make sure everyone is connected. Can we call this closed? Or maybe just optional?