Matt

Results 33 comments of Matt

This might be relevant for anyone stumbling upon this issue or looking for this feature: https://github.com/sct/overseerr/issues/3028#issuecomment-1251577092

Update: Does not **always** seem to work with a 1ms delay. Had to increase it a little to make sure it would work everytime.

Sounds good! Thanks for the explanation. No rush on this, it's something I randomly noticed but I doubt many people will encounter this issue anyway.

Sadly, the same issue remains. Fiddle: https://dotnetfiddle.net/fK8snH

Yeah, very understandable. You can label this issue if you wish and keep it for later or whatever, I guess it'll be fine for now. Especially if I'm the first...

I'd really like seeing this added too.

Can confirm it won't work with Notepad++ either.

That means I won't be able to keep using TgSharp anymore, since all my projects are .NET 5 or at least .NET Core 3.1. Honestly, who uses .NET Framework anymore......

This will fix the retry logic: ``` @@ -136,19 +128,20 @@ namespace TgSharp.Core.Network await client.SendInstant(finalInit); } - public async Task ConnectAsync(int retryCount = 5) + public async Task ConnectAsync(int retryCount...