AntiCaptcha
AntiCaptcha copied to clipboard
GetBalance method not returned
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