-
Notifications
You must be signed in to change notification settings - Fork 44
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
Intermittent Issue #62
Comments
Hi, thanks for the detailed issue :) |
Also take a look at issue #55 I think they are related. |
Fixed in 2.3.0 @urielha thanks so much! It now properly reports back connection timed out as expected with the error. Thanks so much =) |
Good to know :) |
First off, thanks for this library so much it's very much appreciated. Getting this error intermittently when submitting logs to elk. TLDR is im getting timeouts and the error getting back from log4stash is misleading. It looks like this is fixed in master but master isn't pushed out to nuget?
I went ahead and downloaded source and attached a debugger and this is what is actually coming through is the response is timing out per the rest client but the 2.2.1 code isn't checking for a null
jsonResponse
. It can't deserialize the timeout so that's null. It looks like this is fixed in themaster
branch. Any chance of getting a push of what's in master out to nuget?I think what's happening is something with my corporate proxy causing requests to go through but not.. responses back. I'm investigating it but in case someone else runs into the issue check your server and make sure its sending a response back - the 2.2.1 code doesn't handle error (or timeouts) properly.
The text was updated successfully, but these errors were encountered: