I wrote a simple C++ program where I use libcurl to send a HTTP POST request at getUpdates URL with the parameter timeout=3600 but it returns after 50 seconds i
I got onto these examples showing polling vs long-polling in javascript, however I do not understand how they differ from one another. Especially regarding the