Currently, you can create child contexts with no limit. When you disconnect, all these contexts will be closed. We need to introduce the maximum context tree height to avoid the infinite recursion while closing the contexts.
This can be done by checking the "path" length.
Currently, you can create child contexts with no limit. When you disconnect, all these contexts will be closed. We need to introduce the maximum context tree height to avoid the infinite recursion while closing the contexts.
This can be done by checking the "path" length.