You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear CTK Developer,
I am facing a strange problem as I quit a GUI app. I believe it is related to multiple threads. Here is a snapshot of the main function where the ctkPluginFramework is initialized. To test if all plugin could be removed once the stop function is called, a line is added as follows,
Here is a snapshot of what occur, with this I believe it is a multiple thread issue. I would like to take some advice on how(or where) to use ctkPluginFrameworkLauncher::stop().
If I comment out the code
//ctkPluginFrameworkLauncher::stop();
Here is a snapshot of what occur
I hope you can give me some suggestions,Thanks
The text was updated successfully, but these errors were encountered:
Dear CTK Developer,
I am facing a strange problem as I quit a GUI app. I believe it is related to multiple threads. Here is a snapshot of the main function where the ctkPluginFramework is initialized. To test if all plugin could be removed once the stop function is called, a line is added as follows,
Here is a snapshot of what occur, with this I believe it is a multiple thread issue. I would like to take some advice on how(or where) to use ctkPluginFrameworkLauncher::stop().
If I comment out the code
//ctkPluginFrameworkLauncher::stop();
Here is a snapshot of what occur
I hope you can give me some suggestions,Thanks
The text was updated successfully, but these errors were encountered: