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
* Add methods to remove entities from Node
When an entity is disposed, make sure to also remove it from the Node.
This resolves an issue where invalid entities may be used by other classes or users.
For example, a disposed Subscription being accessed by the executor.
Fixes#105
Signed-off-by: Jacob Perron <[email protected]>
* Add tests for disposing publishers, services, and clients
Signed-off-by: Jacob Perron <[email protected]>
* Rename test
Signed-off-by: Jacob Perron <[email protected]>
0 commit comments