Ruben Bermudez

Results 109 comments of Ruben Bermudez

@brendancjz Can you share the code snip to reproduce the issue?

Hi, you could use Telegram-meta package and implement you own version of the bot that doesn't use Apache client, it should make the trick.

@DrakkosSF I'm open to consider a pull request with those changes if they are valid and useful for everyone

Maybe the number of errors could be done configurable via BotOptions? Instead of enforcing 5?

The project already includes a guava version: **28.1-jre** Make sure you are not adding a different version.

I've never seen messages mixing between different bots like that. Can yoyu make the test printing the update.toString() content so we are sure the updates that get mixed?

@mymmrac Pull request with the fixes more than welcome

Don't do heavy processing in the may process thread. push it to a background thread so you don't block the whole program. In any case, I haven't seen my bots...

@naserkaka Enable debug log and it should help to show why it fail.

@kigkrazy Idea, do the same thing as in the example multiple times ;)