mami-project / mplane-sdk

mPlane protocol software development kit
1 stars 0 forks source link

Replace set_capability_link with a cleaner mechanism #16

Open britram opened 8 years ago

britram commented 8 years ago

Now, the Component runtime forces a Service's Capabilities to accept links pointing back to the Component after Service load time. This pattern is somewhat brittle -- it's not at all clear if what is implemented there is the correct behavior. Easier to manage would be to have the Component give its link information to the services() call in each service module.