Hi salvadordf, please a have a question about OnProcessMessageReceived.
OnProcessMessageReceived is thread safe? I need to use critical session in OnProcessMessageReceived?
Thanks
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Question about OnProcessMessageReceived
- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Question about OnProcessMessageReceived
Hi,
GlobalCEFApp.OnProcessMessageReceived is executed in the main thread inside the render process.
TChromium.OnProcessMessageReceived is executed in a CEF thread inside the main browser process.
GlobalCEFApp.OnProcessMessageReceived is executed in the main thread inside the render process.
TChromium.OnProcessMessageReceived is executed in a CEF thread inside the main browser process.