You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2022. It is now read-only.
Default timeout in GetUpdateAsync method is set to 0. BotManager should take timeout from ITelegramBotClient and pass it to GetUpdatesAsync method. I think there also should be a config for timeout in BotOptions.
Default timeout in
GetUpdateAsyncmethod is set to 0.BotManagershould take timeout fromITelegramBotClientand pass it toGetUpdatesAsyncmethod. I think there also should be a config for timeout inBotOptions.