I filed this issue here: mozilla/shield-studies-addon-template#44.
Depending on what you're doing during shutdown, the procedure might be failing because the dependencies are getting unloaded before the shutdown method gets called, see here.
This is potentially not being trigger as the shutdown procedure might not be called at all due to this.
I filed this issue here: mozilla/shield-studies-addon-template#44.
Depending on what you're doing during shutdown, the procedure might be failing because the dependencies are getting unloaded before the
shutdown
method gets called, see here.This is potentially not being trigger as the shutdown procedure might not be called at all due to this.