Xamarin.iOS. App crashing is to slow.

Den Zakh

Posted on
Nov 26 2015

Hello,

App crashing sometimes is to slow. It can take more than 30 sec between problem appearance and closing application. All that time application is completely frozen. The suggestion is not to wait for response from raygun server necessarily right after crash. But make a try to send for some seconds and then send in background after restart application in failure case.

Thank you for your attention.


Jason Fauchelle

Raygun

Posted on
Nov 27 2015

Hi Den,

Thanks for your feedback. This would be great to add to the next version of Raygun4Net, so I've noted this down. We've just released a new version of Raygun4Net a couple of days ago, and the release cycle is currently around 2 months, so it may still be a while before this is implemented, but I'll reply to this thread when it's done.

-Jason Fauchelle


Jason Fauchelle

Raygun

Posted on
Feb 11 2016

Hi Den,

Raygun4Net version 5.3.0 has just been released which contains a solution to your feedback. By setting the new RaygunClient.Current.SynchronousTimeout property, you can specify your own limit of how long Raygun4Net should attempt to send the message (in milliseconds). If the message takes too long to send, it will be sent in the background the next time the app starts up.

The next version is available from NuGet right now, and will be available in the Xamarin Component store a little later once it's approved.

Please let us know if you have further questions about this.

-Jason Fauchelle


Reply