-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Since 2022-01-13 I started to get the following error on some machines.
System.InvalidOperationException: Stack empty.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.Stack`1.Pop()
at Chromium.Remote.RemoteConnection.ReadLoop()
at Chromium.Remote.RemoteConnection.ReadLoopEntry()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
I'm using 3.3163.0 version. Do you have any clues?
Thanks in advance