scanse / sweep-sdk

Sweep SDK
MIT License
90 stars 85 forks source link

[libsweep/Fix] Propagate dynamic type of exception to sweep_device_ge… #105

Closed MikeGitb closed 7 years ago

MikeGitb commented 7 years ago

Scope of changes

Fixes error propagation in libsweep from worker to main thread, such that correct dynamic exception is propagated instead of a sliced version

dcyoung commented 7 years ago

Thanks for the catch @MikeGitb! Tested on Windows and Linux. Seems to work fine. Merging this, and then #103