You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you pass { maxMilliseconds: 0 } to waitFor(), it works
The text was updated successfully, but these errors were encountered:
gomez-git
changed the title
Coversation doesn't end when maxMilliseconsToWait reaches timeout when use waitFor('message:text')
Coversation doesn't end when maxMillisecondsToWait reaches timeout when use waitFor('message:text')
Sep 26, 2023
gomez-git
changed the title
Coversation doesn't end when maxMillisecondsToWait reaches timeout when use waitFor('message:text')
Conversation doesn't end when maxMillisecondsToWait reaches timeout when use waitFor('message:text')
Apr 13, 2024
This simple echo bot works: you type /start, bot sends you hello, you type hello, bot sends you hello, when you type hello again, bot didn't answer
node 18.18.0
grammy 1.19.0
conversations 1.1.2
snippet to reproduce the bag:
if you pass
{ maxMilliseconds: 0 }
towaitFor()
, it worksThe text was updated successfully, but these errors were encountered: