FREEDM-DGI / FREEDM

The distributed grid intelligence manages power transactions and attached physical devices.
http://www.freedm.ncsu.edu/
17 stars 18 forks source link

CConnection::Receive() should not return a bool #332

Closed mcatanzaro closed 10 years ago

mcatanzaro commented 10 years ago

CConnection::Receive() returns false if it fails. We're currently ignoring any errors. It should throw an exception instead.

It would be bad to fix this before #331

scj7t4 commented 10 years ago

Not an issue. You're not interpreting the code correctly.