Closed MikeGitb closed 7 years ago
builds and runs just fine for me under normal conditions, but I haven't had a chance to test the actual error propagation yet. I'll try to induce or simulate some errors tomorrow and check that everything works.
Sorry for the delay. I wasn't able to get a device to error (that's a good thing in most cases haha ), but manually throwing an exception in accumulate scans definitely propagates through. So its looking good to me. @daniel-j-h any comments? if not I'll merge this in.
@MikeGitb can you rebase/fix merge conflicts on master and I'll merge this.
done
Merged. Thanks!
### Not yet tested! (RFC)Scope of changes
Propagates exceptions occuring in the worker thread to
sweep_device_get_scan
.Known Limitations
Not yet tested (seeking early feedback)