AntiCaptcha icon indicating copy to clipboard operation
AntiCaptcha copied to clipboard

GetBalance method not returned

Open arteny opened this issue 1 year ago • 2 comments

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.

arteny avatar May 09 '23 10:05 arteny

Does this happen just to GetBalance or other methods as well? Thank you for the bug report!

Zaczero avatar May 09 '23 16:05 Zaczero

only GetBalance I saw, and I mean when it hangs, it hangs forever, not with 10 sec limit I specified

arteny avatar May 09 '23 18:05 arteny