gbionics / gbionics/human-dynamics-estimation
Fix remapper plus logger termination
Open
- Dominant language
- C++
- Stars
- 102
- Forks
- 32
- Avg merge
- 7d 1h
- Merged PRs (30d)
- 1
Description
We have observed that launching an application with the `IWearRemapper` plus the `IWearLogger`, we were not able to terminate it correctly. In particular, we observed that the logger was able to finish the `close()` and reach the end of the `destructor` (so it seems to be closing fine), but the remapper didn't close.
Probably the problem is not at all related to the logger and can happen even in different situation with the remapper, but this should be verified.
cc @kouroshD @prashanthr05 @Yeshasvitvs
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.