A destroy() method should be added to the basic Device that can be overwritten to clean up any resources the device might left behind as orphans. (Like spawned processes, timers, etc).
Should be called by something when the device gets shut down or is not responding/connection is lost.
Somehow related to #35
A
destroy()method should be added to the basic Device that can be overwritten to clean up any resources the device might left behind as orphans. (Like spawned processes, timers, etc).Should be called by something when the device gets shut down or is not responding/connection is lost.
Somehow related to #35