Relative Content

Tag Archive for c#telegram-apiwtelegramclient

Is it safe to throw exception in WTelegramClient OnOther?

I use this fantastic .Net package WTelegramClient, but I would really prefer handling fatal reactor errors through catching an exception outside client methods, naturally disposing the client and then attempting to reconnect with new client instance.