human-dynamics-estimation icon indicating copy to clipboard operation
human-dynamics-estimation copied to clipboard

Fix remapper plus logger termination

Open lrapetti opened this issue 4 years ago • 4 comments

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

lrapetti avatar Jul 29 '21 07:07 lrapetti