Open arteny opened 1 year ago
This code sometimes (and reproduced regulary) hangs:
Console.WriteLine("Awaiting AntiCaptcha balance report.."); var balance = await _captcha.GetBalance(new CancellationTokenSource(10000).Token);
even i set cancelation token for it.
Does this happen just to GetBalance or other methods as well? Thank you for the bug report!
only GetBalance I saw, and I mean when it hangs, it hangs forever, not with 10 sec limit I specified
This code sometimes (and reproduced regulary) hangs:
even i set cancelation token for it.