rockneurotiko/ex_gram

Handlers keep retriggering after a couple messages

alan-andrade opened this issue · 7 comments

Hi,

I noticed that whenever the bot is in a private chat, after 2 messages ExGram would start to resend the same responses without stopping.

I'm still investigating but wanted raise the issue.

🤔 I don't see that behaviour, not in private chat or nor group chat.

Can you share your bot code, or an extract of your bot code so I can take a look?

I think that I have the same problem. It looks like ExGram receive the same message multiple times and answers each of them.
Here is my project with this behavior
https://github.com/97nomad/TgScrumPoker

👋 I found the error!
You can see the fix on #30
I'll release a patch version later today

Fixed in 0.7.1

Oh, by the way if you can confirm that it's fixed I would appreciate 😄

/cc @alan-andrade @97nomad

Yes, it's all ok now. Thank you ^_^

This is working. Thanks a lot @rockneurotiko !