human-dynamics-estimation
human-dynamics-estimation copied to clipboard
Fix remapper plus logger termination
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