Funtcion "bool AsyncTelegram2::getUpdates()" is not fetching new messages as the value of "telegramClient->available()" is mostly false.
So i replaced "if (telegramClient->connected() && telegramClient->available())" by "if (telegramClient->connected())" and it is working as expected.
Funtcion "bool AsyncTelegram2::getUpdates()" is not fetching new messages as the value of "telegramClient->available()" is mostly false.
So i replaced "if (telegramClient->connected() && telegramClient->available())" by "if (telegramClient->connected())" and it is working as expected.