envire / envire-envire_core

Core part for the Environment Representation library
BSD 2-Clause "Simplified" License
7 stars 13 forks source link

Events: it can happen that the subscriber is deleted but never unsubscribed #16

Closed saarnold closed 8 years ago

saarnold commented 8 years ago

In the current implementation it can happen that a GraphEventSubscriber is created without a parameter and later subscribed to a publisher. In this case the subscriber is never unsubscribed.

Also the GraphEventSubscriber can only be subscribed to one publisher at a time now.