reTHINK-project / dev-msg-node-vertx

Apache License 2.0
0 stars 2 forks source link

Vertx MN does not support address de-allocation by childrenResources #51

Closed sdruesedow closed 7 years ago

sdruesedow commented 7 years ago

The Vertx MN does not implement de-allocation of addresses via "body.childrenResources". ( see spec. ) It only supports de-allocation via an allocation-key in "body.resource".

It shall be ensured that the spec is not obsolete, since obviously this feature seems not widely used in the current implementations.

pchainho commented 7 years ago

Luis, pls have a look on this

sdruesedow commented 7 years ago

This issue is relevant for D6.4. If not solved then the conformance tests will report missing features for the VertX node.

pchainho commented 7 years ago

I think it has been implemented: @luistduarte can you confirm?

luistduarte commented 7 years ago

it was implemented on develop branch

sdruesedow commented 7 years ago

tested successfully against develop branch --> closing