NodeApp.make_empty must pass os_ops and port_manager to nodes
Closed this issue · 0 comments
dmitry-lipetsk commented
Constructor of NodeApp obtains os_ops but does not pass it to a new node. See this code:
Lines 2335 to 2346 in 44d61c2
Also, the constructor of NodeApp can get port_manager object and pass it to the new nodes in make_empty, too.