Stackoverflow Exception in a simple dialog
Hello i am getting an Stackoverflow Exception in this two dialog. Dialog A is being called from a main dialog class. Dialog A have a choice to go to Dialog A child and Dialog A child has a choice to go back to Dialog A . But it is getting a Stackoverflow Exception. When i remove one from the other: Example removing Dialog A child from Dialog A or removing Dialog A from Dialog A child , the exception error disappears. In short it throw a Stackoverflow Exception when both dialog can call each other. I know i can just EndDialogAsync in this specific scenario to go back to Dialog A but my real