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

Execute retry logic in Send() method even if exception is not of type WebException #25

Open
wants to merge 3 commits into
base: master
from

Commits on Apr 25, 2019

  1. Update loggly client to catch all exceptions during send and execute …

    …retry logic so as to not cause the client to crash during an unexpected exception.
    MikeMugu committed Apr 25, 2019
  2. Add unit test to verify that a generic system error executes the same…

    … retry logic as a WebException does.
    MikeMugu committed Apr 25, 2019

Commits on Oct 28, 2019

You can’t perform that action at this time.