-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bot unable to restablish conversation link with state storage #1373
Comments
Hi @paulio , What data bag were you trying to store the object in? Conversation, User data, or are you trying to write directly to storage as shown in this example? I was able to repro this, but only when I tried to store the object in user data. When I tried to store the object in conversation data, it persisted no problem. Here's a screenshot of my conversation: Here is my bot's code:
Regardless, this is still an issue, as I should be able to see the same object in the user state storage as well. === EDIT This is definitely a regression. Here's the same conversation in 4.2: |
Hero's :) |
@paulio v4.3.3 is out and you can download it here. :) |
Version
What version of the Emulator are you using. 4.3.2
Describe the bug
The emulator connects the bot and the bot stores an object in state storage (tried with Cosmo or Memory) from the conversation update. The next message in the conversation returns null for the object from storage. Moving back to 4.3 and it all works fine.
To Reproduce
Steps to reproduce the behavior:
[bug]
The text was updated successfully, but these errors were encountered: