Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it call
LwM2mObjectEnabler#stop()
on LeshanClient#destroy()
If an instance of `LwM2mObjectEnabler` doesn't implement the `Destroyable` but that implements `Stoppable` instead, it calls `#stop()` on `LeshanClient#destroy()` instead of `destroy()`. Signed-off-by: moznion <[email protected]>
- Loading branch information