mfucci / node-matter

Matter protocol client / server for node.js
Apache License 2.0
119 stars 10 forks source link

Optimize Fabric deletion and destroy sessions #251

Closed Apollon77 closed 1 year ago

Apollon77 commented 1 year ago

When a Fabric gets deleted the current session associated with the Fabric needs to be destroyed. If it is the last fabric all other remaining sessions also needs to be destroyed

Apollon77 commented 1 year ago

@mfucci COmments addressed ... one topic basically open - see above, but I did a change to where it also could make sense in my eyes. Ready for re-review

Apollon77 commented 1 year ago

@mfucci Adjusted as discussed