Delete service instance during shutdown
Before we were calling a non-existent shutdown function. These instances already have __del__ functions so we can just call those instead.
Please register or sign in to comment
Before we were calling a non-existent shutdown function. These instances already have __del__ functions so we can just call those instead.