-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
NullException with Async JS calls #493
Comments
@Bodekaer I'll update the method to at least gracefully handle the Soon as #492 is merged into |
Sounds good. Stability is most important for us at the moment, and if the |
…s occurring as per cefsharp#493. Cleanup logic to handle null pointer, also simplify as was a little convoluted.
I've simplified the method, and handled the possibility of Let me know what you think |
Looks good. Thanks. |
How about including error info in the E.g. I would need to write something like: |
Sounds like a reasonable request. |
I've upgraded to the latest updates from your branch, and now I get a similar null exception, but in this line of code: Here is the call stack:
|
It still only happens in rare cases, and so far I'm not able to reproduce it. |
Strange! I've pushed a couple more changes, most are cleanup as I'm going, relevant one to you should be this one Basically passing in BrowserId as a param, should have a valid reference to browser. See how that goes? |
Cool thx. I'll test it out. |
@Bodekaer Any luck with the latest set of changes? |
Sorry, been busy last few days with launching this years PG event (http://www.projectgetaway.com/). |
No problem! FYI: As per #496 (comment) we're going to release a stable version So just looking at any open issues that maybe relevant to this new |
Ahh cool. It's ok. We're anyways compiling our own builds here for now (with smaller additions here and there) |
@Bodekaer Still experiencing problems? |
Nope. All good here. Thanks for the heads up. |
Cool cool, no problem. |
Hey @amaitland,
I sometimes get a null exception on this line:
https://github.com/cefsharp/CefSharp/blob/JsBinding_WIP/CefSharp.Core/ManagedCefBrowserAdapter.h#L433
I cannot easily replicate it, but perhaps you can easily see what it could be?
The text was updated successfully, but these errors were encountered: