nthallen / monarch

Monarch Data Acquisition System
0 stars 1 forks source link

subbusd_CAN reports error on shutdown #68

Closed nthallen closed 4 years ago

nthallen commented 4 years ago

Due to Interface reference/dereference. The error is desirable for alerting to poorly implemented designs, but the test occurs prior to the full shutdown.

One possibility would be to add every Interface to a list and delete them from the list in the destructor and atexit, go back through the list and identify any undeleted Interfaces.