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

_reportCrash.RetryFailedReports() blocking the WPF app #46

Open
simpleCitizen3038 opened this issue Jan 4, 2023 · 1 comment
Open

Comments

@simpleCitizen3038
Copy link

Hi @ravibpatel
I am using the CrashReporter lib for my WPF project and I face a issue regarding RetryFailedReports();
When i got a crash from app and restarted the app again it is showing the report send popup , and it send the report as well but after that my app is not going further even after sending the report successfully

base.OnStartup(e); AppDomain.CurrentDomain.UnhandledException += CurrentDomainOnUnhandledException; Application.Current.DispatcherUnhandledException += DispatcherOnUnhandledException; TaskScheduler.UnobservedTaskException += TaskSchedulerOnUnobservedTaskException; _reportCrash = new ReportCrash("[email protected]") { Silent = true }; _reportCrash.RetryFailedReports();

CC @ducseb @EddieDemon @milleniumbug @tarekwiz

@EddieDemon
Copy link
Contributor

Have you checked/debugged where the lock happens?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants