quchen / amoeba

Amœba is a distributed network.
Other
18 stars 1 forks source link

Exception leak on connection refused #32

Open quchen opened 10 years ago

quchen commented 10 years ago

Running the client with default verbosity shows messages

amoeba_multi: connect: does not exist (Connection refused)
amoeba_multi: send: resource vanished (Broken pipe)

which should be caught internally before they print to STDOUT directly.