Closed gcodetechnology closed 7 years ago
If the parent onStopped method is not called, the state of the SMO is never set to stopped. As a result, an SMO will try to be stopped twice. Errors will likely bet generated on the second attempt since references have already been destroyed.
[Fix: 41] onStopped, onStarted and onProcessStopped methods must require overrides to call parent. Will be available in 1.3.0
fixed in 1.3.0
If the parent onStopped method is not called, the state of the SMO is never set to stopped. As a result, an SMO will try to be stopped twice. Errors will likely bet generated on the second attempt since references have already been destroyed.