run_async, MessageHandler #2354
Unanswered
ciromanfredi
asked this question in
Q&A
Replies: 1 comment 6 replies
-
|
Hi. Tbh, that's not a lot of information to work with. Please
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would like to know how to solve the following problem. I have a message manager that only activates for photos that arrive at the bot and performs some operations. When run_async = False then I don't have any kind of problem and even if I send multiple photos together everything works correctly, but when more photos arrive at the same time (and run_async = True) the operations are performed only for the first photo . I would like to know how I can handle this.
Beta Was this translation helpful? Give feedback.
All reactions