We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d5abf5 + df7b7bb commit 80e00b5Copy full SHA for 80e00b5
src/Infrastructure/BotSharp.Core.SideCar/Services/BotSharpConversationSideCar.cs
@@ -173,7 +173,7 @@ private void AfterExecute()
173
var node = _contextStack.Pop();
174
175
// Recover
176
- RestoreStates(node.State);
+ state.SetCurrentState(node.State);
177
routing.Context.SetRecursiveCounter(node.RecursiveCounter);
178
routing.Context.SetAgentStack(node.RoutingStack);
179
routing.Context.SetDialogs(node.RoutingDialogs);
0 commit comments