soygul / NBug

Automated bug reporting library for .NET
http://soygul.com/nbug
MIT License
191 stars 78 forks source link

Dispatcher runs till finish #47

Closed schoetbi closed 9 years ago

schoetbi commented 9 years ago

Here again without the formatting changes. Thanks, Tobias

soygul commented 9 years ago

Just reviewed it and now I get your objective. Current behavior (30 seconds wait before sending reports, and pausing if app exist) is the intended behavior (to mimic google-breakpad) and the entire library is designed around this behavior. Reasoning is well explained in the quickstart post and the configurator tool, so closing this.

soygul commented 9 years ago

If you want forced bug report sending, maintain your own fork but beware that it might break stuff so do some testing.

schoetbi commented 9 years ago

Yes, I need the immediate bug report sending, since after the application crahed the nrmal behaviour of our users is, that they call for help. And then it is very handy to have the bugreport beforehand.

So it seems, that I need to keep my fork.

Thanks for checking the changes so quickliy.

Regards, Tobias

soygul commented 9 years ago

np, good luck!