Recognizer is invoked Twice for the same user message
Describe the bug
When user replies to the bot's question(prompt made using "Ask a question" option an prompt config "Allow interruptions" set to true), the recognizer set for the bot is running twice.
Version
2.1.3-nightly.364675.1a93f21
To Reproduce
Steps to reproduce the behavior:
- Create a prompt using the "Ask a question" action
- Set the prompt configuration "Allow interruptions" to true
- Start the bot and reply to the prompt created
- You will see that the recognizer runs twice
Expected behavior
Video
https://github.com/microsoft/BotFramework-Composer/assets/122610382/3d456671-58c8-4d0b-989b-ff19b7a0f541
Additional context
It may affect the response time of bot as I am using a REST api based custom recognizer for the bot.
What version of the SDK is the bot running? Does it reproduce with version 4.22.7? (assuming you're using C$)
Yes I was working with version 4.22.7
Are you able to share your bot/dialogs? I understand you have a custom recognizer, but I just want to see how the dialogs and triggers are laid out.
Closing due to lack of response. If assistance is needed, please share the requested information and we can continue.