Change in functionality for the RecursiveDepth parameter #268
Closed
PeterOliverDev
started this conversation in
General
Replies: 1 comment 1 reply
-
@PeterOliverDev could you give latest a try. I believe I've addressed this. Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, our team was using Autobus (the abandoned project) and we've just come across your library.
In the previous library, we used the RecursiveDepth parameter, setting it to 0 to indicate that we didn't want it to be recursive, and it worked fine.
In this new library, when the RecursiveDepth parameter is set to 0, we encounter the exception: Stack empty.
What we wanted to know is whether this is expected behavior, and if so, why the change from 0 to 1?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions