alexrainman / ModernHttpClient

ModernHttpClient
MIT License
126 stars 27 forks source link

NullReferenceException in OKTaskCallback.OnFailure #75

Closed chris-tradify closed 3 years ago

chris-tradify commented 3 years ago

I don't have any reproduction steps, however I have a seen a high number of crashes happening in the OKTaskCallback.OnFailure method due to an NRE. My stack trace doesn't give much more detail than that, but I wonder if the changes proposed in https://github.com/alexrainman/ModernHttpClient/pull/65 would fix it, as it does seem possible that the IOException could have a null message?

alexrainman commented 3 years ago

There's an active PR i will be merging soon that solves this issue.

alexrainman commented 3 years ago

Merging this in the next release.