Open arminm opened 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.
This might relate to Reliability - Bootstrapping (#54)
@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?
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.