mrXCray

Results 2 comments of mrXCray

Compile lib as a static lib and link it to your app, so there will be no difference between recommended compiler/language version and those you are using in your app

1. look at the TgLongPoll declaration to set up upper limit https://github.com/reo7sp/tgbot-cpp/blob/f2d7dc110d3ba37914298bd073500396fcf93967/src/net/TgLongPoll.cpp 2. check network latency from your machine to TG API endpoint 3. measure time not from app start,...