Zaczero / AntiCaptcha

🍬 Simple HTTP API wrapper for https://anti-captcha.com
MIT License
19 stars 4 forks source link

GetBalance method not returned #7

Open arteny opened 1 year ago

arteny commented 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.

Zaczero commented 1 year ago

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

arteny commented 1 year ago

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