- Notifications
You must be signed in to change notification settings - Fork380
add handler for exception with code 32#910
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
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 awaitTask.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.