Skip to content

telebot_get_updates hangs #69

@GMagician

Description

@GMagician

Is it possible that this lib is not compatible with lastest versions of curl_easy?
I have a linux daemon that in a thread calls 'telebot_get_updates' and often I see it hangs, it call 'curl_easy_perform' and never returns from it

This is my call
telebot_error_e result = telebot_get_updates(telebot_handler,
0,
10, 1, allowedUpdates, ARRAY_SIZE(allowedUpdates), &updates, &count);

some months ago I had no issue with it (or I recall not to have any)

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