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
Suggest:
for mac os, should ProcessCef be called in browser::tick instead of browser::render ?
because in render function, so many locks have been hold before.
in tick function, there is no additional lock being hold that is more safe