Replies: 2 comments 5 replies
|
First step is to create a failing xunit test from your example and submit a PR. |
1 reply
|
I made a mistake in testing product versions. There is no problem in the current repository at github.com CefSharp.Dom. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am using:
Windows Forms App with framework .NET Core 3.1
CefSharp.WinForms.NETCore version 107.1.50
CefSharp.Dom version 2.0.83
If I use Task.Delay in the context of DevToolsContext then an error occurs:
Why is this happening?
My code:
My test solution: WinFormsApp4.zip
All reactions