wukong-m2m / wukong-darjeeling

Darjeeling for WuKong
Other
20 stars 17 forks source link

Two threshold objects get mapped to the same port #144

Closed nielsreijers closed 10 years ago

nielsreijers commented 10 years ago

Create any FBP with two Thresholds. The mapper maps them to the same node and port, so we end up with just 1 threshold.

senatorjo commented 10 years ago

It is basically because mappings of previous components was not really recorded, so a second component would reuse the same port. Fortunately, my previous code for resolving this issue was simply commented rather than deleted. Working on refactoring it to fit the new data structure.