Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX: Investigate whether offscreen rendering must run on _the_ main thread #3

Open
phronmophobic opened this issue Mar 12, 2021 · 3 comments

Comments

@phronmophobic
Copy link
Owner

No description provided.

@phronmophobic
Copy link
Owner Author

Initial tests haven't crashed.

@phronmophobic
Copy link
Owner Author

phronmophobic commented Apr 25, 2021

I've found a few cases of spurious crashes. I think the crashes are attributable to pop ups automatically being given their own window by cef. Trying the following work around:

(cef/map->life-span-handler
            {:on-before-popup
             (fn [& args]
               ;; cancel popups
               1)
...
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant