graph-framework-for-microservices icon indicating copy to clipboard operation
graph-framework-for-microservices copied to clipboard

[NPT-806] Fix issue with parents map in node parser

Open kacpersaw opened this issue 2 years ago • 0 comments

The ask is to fix a problem with incorrect parent in parents map and there is also a problem with occasional panics because of root node detection.

Fixed a problem with panics in root nodes detection Fixed parents map by making a copy of parents slice.

kacpersaw avatar Jan 26 '23 09:01 kacpersaw