Replies: 1 comment 1 reply
-
Make sure you don't propagate the exception, it's being called on an unmanaged thread (CEF IO thread). https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage.md#markdown-header-threads You can spawn a Task and continue processing asynchronously then execute the callback.
Without an actual example I cannot say definitively, it is unlikely there is anything actionable in terms of code changes to CefSharp. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We got by a programming issue a exception in OnBeforeResourceLoad in our derivation of ResourceRequestHandler. Then our programm tries to dispose anything. But in callstack it looks like the the Windows Forms control of CefSharp stuck. I could not identify the control since it hang in a unmanaged free function. Is this issue report worth?
Beta Was this translation helpful? Give feedback.
All reactions