-
Notifications
You must be signed in to change notification settings - Fork 260
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
The underlying Task is already in one of the three final states: RanToCompletion, Faulted, or Canceled. #1
Comments
Think b689234 takes care of this but I have no idea, can you give it a shot? |
Could have been caused by using this overload: SendAsync(msg, HttpCompletionOption.ResponseHeadersRead) |
I do experience the same issue. I didn't figure out the reason of the issue yet, but the fix is simple: I believe b689234 can be reverted then. |
This should be fixed now, reopen it if it's not |
Half Wolf-5867: Fix automated test config
IB-10332 migrate to OKHttp3
Occurs from time to time in AFNetworkHandler.cs:87 and I haven't yet figured why and when. But brings down the application when it occurs.
The text was updated successfully, but these errors were encountered: