wiz0u / WTelegramClient

Telegram Client API (MTProto) library written 100% in C# and .NET
https://wiz0u.github.io/WTelegramClient/
MIT License
958 stars 156 forks source link

Client shutdown in log #188

Closed askovpen closed 1 year ago

askovpen commented 1 year ago

in log:

5>An exception occured in the reactor: WTelegram.WTException: Could not read payload length : Connection shut down
at WTelegram.Client.Reactor(Stream stream, CancellationTokenSource cts)

but client not stopped.

how to bind this event, to manually relogin?

wiz0u commented 1 year ago

Read the FAQ #11

The answer to your problem is likely already in there