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)
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)