Page 1 of 1

CEF thread still existed when application exit

PostPosted: Wed Aug 30, 2017 7:15 am
by LongboYang
1) I have wrapped CEF interface into a windows dll , then I can use this dll in my main application.
2) I can start the my main application and call CEF interface as integrated Web Browser in my main application.
3) but the problem is after I close the application( close all browser and call CefQuitMessageLoop(); CefShutdown), I found there is still some work thread running. Then my application can not normally exit, always running waiting for thread exit and no response. I am using CEF Version 3.3112.1656.g9ec3e42 (32 bit) in Windows10 (64 bit). Can anybody help me out of this problem? Or anybody has fixed this same problem?
I hava attached my sourcecode and screenshoot.