temp revert
This commit is contained in:
parent
5d5abf5865
commit
df7b7bb61d
|
|
@ -173,7 +173,7 @@ public class BotSharpConversationSideCar : IConversationSideCar
|
|||
var node = _contextStack.Pop();
|
||||
|
||||
// Recover
|
||||
RestoreStates(node.State);
|
||||
state.SetCurrentState(node.State);
|
||||
routing.Context.SetRecursiveCounter(node.RecursiveCounter);
|
||||
routing.Context.SetAgentStack(node.RoutingStack);
|
||||
routing.Context.SetDialogs(node.RoutingDialogs);
|
||||
|
|
|
|||
Loading…
Reference in a new issue