You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you call the ChromiumWebBrowser.Dispose() method before calling Cef.Shutdown() the application will hang and is unable to shutdown. Removing the call to dispose fixes the issue.
This is observed on the latest 39.0.0-pre02 -pre release.