Replies: 1 comment 8 replies
-
Nothing immediately stands out as to the cause. Do you have any clues as to what was happening when the exception occurred? Was Dispose being called? Has the exception occurred more than once? My initial thoughts are we should switch to using I'll see if |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey
We see a crash from our end-users.
Wasn't able to reproduce this locally yet so no information other than the stack trace
CefSharp version - 90.6.50
System.InvalidOperationException: Start may not be called on a task that has completed.\r\n at System.Threading.Tasks.Task.Start(TaskScheduler scheduler)\r\n at CefSharp.Internals.ConcurrentMethodRunnerQueue.Enqueue(MethodInvocation methodInvocation)\r\n at CefSharp.Internals.ClientAdapter.OnProcessMessageReceived(ClientAdapter* , scoped_refptr* browser, scoped_refptr* frame, cef_process_id_t source_process, scoped_refptr* message)
Beta Was this translation helpful? Give feedback.
All reactions