add handler for exception with code 32#910
Conversation
|
Yes. I've just PR the code from issue #668 which should fix error with code 32. |
|
This is very weird code. @CheshireCaat can you review? |
|
I think there is a more correct way to get rid of this error. How can I repeat it to make sure that this solution is right? |
|
Okay, I looked at issues related to this problem, I think we need a more global solution for working with parallel requests as well. |
|
Now the code from the example below will throw errors await Task.WhenAll(Enumerable.Range(1, 5).Select(arg => Client.CheckUsernameAsync("CheshireCaat")))I tested it also with modified |
|
@n3nikita ping |
Add handler for exception with code 32. #668 and #777 issues.