Fixed Freeze Problem of GUI when stopping recording with a lot of data
- MemoryToIceAdapter: put stopping of recording into its own thread and detached it to solve the problem of the GUI freezing if there is still data left to store after pressing stop - Memory: Added information to print into log when storing of all data for this memory is finished - BufferedMemoryMixin: removed unnecessary threading/parallelization and code that did not work (bufferFinished())
parent
d59c7b71
No related branches found
No related tags found
Showing
- source/RobotAPI/libraries/armem/server/MemoryToIceAdapter.cpp 11 additions, 1 deletion...ce/RobotAPI/libraries/armem/server/MemoryToIceAdapter.cpp
- source/RobotAPI/libraries/armem/server/ltm/Memory.cpp 1 addition, 2 deletionssource/RobotAPI/libraries/armem/server/ltm/Memory.cpp
- source/RobotAPI/libraries/armem/server/ltm/detail/mixins/BufferedMemoryMixin.h 4 additions, 33 deletions...ries/armem/server/ltm/detail/mixins/BufferedMemoryMixin.h
Loading
Please register or sign in to comment