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.
1 parent 5d5abf5 commit df7b7bbCopy full SHA for df7b7bb
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