TLSharp icon indicating copy to clipboard operation
TLSharp copied to clipboard

ConnectAsync hangover

Open hosseinGanjyar opened this issue 4 years ago • 0 comments

After a while, I can't connect to Telegram and api hangover on await client.ConnectAsync section :

** I dont have any error or timeout!!!

var store = new FileSessionStore();
TelegramClient client = new TelegramClient(apiId, apiHash, store, sessionNumber.ToString());
await client.ConnectAsync();

** I use my sessions on IIS and using above code into WCF api, now I don't understand that why occur this problem? Thanks

hosseinGanjyar avatar Aug 04 '20 05:08 hosseinGanjyar