Some changes to DLP projector

This commit is contained in:
Alessandro Ranellucci 2015-12-18 00:56:56 +01:00
parent d0ad57b64d
commit 44825d91af
2 changed files with 8 additions and 5 deletions

View file

@ -125,10 +125,12 @@ GCodeSender::disconnect()
this->io.post(boost::bind(&GCodeSender::do_close, this));
this->background_thread.join();
this->io.reset();
/*
if (this->error_status()) {
throw(boost::system::system_error(boost::system::error_code(),
"Error while closing the device"));
}
*/
}
bool