Skip to content
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

After upgrading cefsharp, the program cannot run two instances at the same time. #4804

Closed
1 task done
Jun-GY opened this issue May 19, 2024 · 1 comment
Closed
1 task done
Labels

Comments

@Jun-GY
Copy link

Jun-GY commented May 19, 2024

Is there an existing issue for this?

  • I have searched both open/closed issues, no issue already exists.

CefSharp Version

124.3.80

Operating System

Windows 10

Architecture

x64

.Net Version

.Net 8

Implementation

WinForms

Reproduction Steps

The wpf program cefsharp control version is upgraded to 124.3.80. The program cannot run two instances at the same time.what do i need to do?

Demo code

Expected behavior

Run correctly

Actual behavior

There is no exception, the second startup process cannot be started

Regression?

No response

Known Workarounds

No response

Does this problem also occur in the CEF Sample Application

Yes using WPF/OffScreen command line args

Other information

No response

@amaitland
Copy link
Member

CEF now supports the Chromium process singleton, this brings with it changes to how CachePath/RootCachePath are accessed from multiple processes. See #4668 for more details

What you are seeing is the expected behaviour.

@amaitland amaitland closed this as not planned Won't fix, can't repro, duplicate, stale May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants