You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rename the current Infrastructure and NodeProcess into AbstractInfrastructure and AbstractNodeProcess
finally try to remove AbstractNodeProcess by removing the infra property and accessing the current Infrasctructure through a static method in Ppi (e.g. Ppi.infra())
The problem with (3.) is that, currently, I think (but not sure) PeersimInfrastructure is cloned so that each NodeProcess has its own instance. Anyway this could be changed as it could work with only one instance of PeersimInfrastructure
I am not sure yet if this will be better with an interface than with an abstract class but we can try.
The text was updated successfully, but these errors were encountered: