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
by the way, I can't reproduce this issue.
The text was updated successfully, but these errors were encountered:
walker-WSH
changed the title
thread is blocked because of browser source
[block & solution] thread is blocked because of browser source
Nov 22, 2024
Operating System Info
Windows 11
Other OS
MAC
OBS Studio Version
30.2.3
OBS Studio Version (Other)
30.2
OBS Studio Log URL
none
OBS Studio Crash Log URL
none
Expected Behavior
no UI block
Current Behavior
I meet a block, but not reproduced again
Steps to Reproduce
MAC os
UI thread :
obs_graphics_thread:
Anything else we should know?
Suggest:
for mac os, should
ProcessCef
be called inbrowser::tick
instead ofbrowser::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
by the way, I can't reproduce this issue.
The text was updated successfully, but these errors were encountered: