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

Add option to check if client has offline reports and send on demand #375

Open
bgxie opened this issue Jan 24, 2018 · 1 comment
Open

Add option to check if client has offline reports and send on demand #375

bgxie opened this issue Jan 24, 2018 · 1 comment

Comments

@bgxie
Copy link

bgxie commented Jan 24, 2018

From https://raygun.com/forums/thread/102887

If Raygun4Net can not send the report, then it will cache the report in isolated storage, as long as that's available. Raygun4Net will not listen to when a connection is restored, but instead will re-attempt sending cached reports the next time that a new report succeeds to be sent, or when the application starts up again.

Our clients are long running processes, potentially not restarting for very long times if the machine keeps running or the user Hibernates between sessions. We don't expect many errors, and if the error is only re-sent when the app starts or another error occurs we may not get it for weeks...

Our clients do detect restored connection and could send offline reports (if any) when coming back online

@QuantumNightmare
Copy link
Contributor

Hi bgxie,

Thanks for posting this. We'll look into it for a future version of Raygun4Net.

-Jason Fauchelle

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