sochix / TLSharp

Telegram client library implemented in C#
1.01k stars 380 forks source link

Added timeout to RequestWithDcMigration #870

Closed artygrand closed 5 years ago

artygrand commented 5 years ago

Fix #869

Im just started with c#, so this can be wrong.

knocte commented 5 years ago

Im just started with c#

Right, there's a way to encode time in .NET: the TimeSpan type. Use that instead of integer.

knocte commented 5 years ago

As discussed in #869, this is an unacceptable approach to fix this problem sorry.