Skip to content

getUpdates() is not fetching new messages #164

@jitendra1607

Description

@jitendra1607

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions