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
EchoBot.zip
Thanks for looking at this Dana.
Looking again now, I may have slightly misdescribed the problem. The issue is that all variables only temporarily get deleted/made invisible, for exactly the duration of the delay. It still causes the same problems for managing long-running processes however.
I've attached the bot where I reproduce the issue. Below is my experience of it. screen shot of emulator 'hi' text that illustrates the issue 30s timeline contents of user and conversation scopes in bot trace after typing 'hi' same scopes after 30s delay is finished
Describe the bug
If you set a user- or conversation-scope property and send a delay message but the user types anyway, the recently set property gets deleted.
Version
Version: 2.1.2
Electron: 8.2.4
Chrome: 80.0.3987.165
NodeJS: 12.13.0
V8: 8.0.426.27-electron.0
Browser
OS
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect a delay message to have no impact on set variables. Note that:
Screenshots
Additional context
It is a particular problem when there are longer running processes and you want to, say, prevent/catch user input during that time.
The text was updated successfully, but these errors were encountered: