We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Your code has problem while debugging. If we hit breakpoint on "response.ToString();" the response body will return String.Empty.
https://gyazo.com/f747169bf1249b88d2d1e1d671cbe059 - content null with breakpoint ToString() https://gyazo.com/6766b7f791609238e77438449e927072 - this works (no breakpoint)
I think the problem is somewhere in your implementation of ToString() in HttpResponse. (https://gyazo.com/5bf5817667a47f687ea84c2bbc211380)
The text was updated successfully, but these errors were encountered:
Я только в дебаг режиме и пробовал запускать. Решил, что библиотека вообще не рабочая. И такой баг висит с 2016 года. Никто этим не пользуется что ли?
Sorry, something went wrong.
This issue has been fixed with Better-xNet. https://github.com/AnErrupTion/Better-xNet @dave7280
No branches or pull requests
Hi,
Your code has problem while debugging. If we hit breakpoint on "response.ToString();" the response body will return String.Empty.
https://gyazo.com/f747169bf1249b88d2d1e1d671cbe059 - content null with breakpoint ToString()
https://gyazo.com/6766b7f791609238e77438449e927072 - this works (no breakpoint)
I think the problem is somewhere in your implementation of ToString() in HttpResponse.
(https://gyazo.com/5bf5817667a47f687ea84c2bbc211380)
The text was updated successfully, but these errors were encountered: