Closed
Description
No existing issues.
- There is no existing issue for my request.
Description
Currently we decline "adapter.setTimeout()" as soon as the stop process was started which completely prevents usage of setTimeout in unload. For some adapters, especially with custom "stopTimeout" in config this might be not the ideal way.
We could in general allow it - but need to be careful, but in fact will be cancelled anyway.
Wen could also allow it when a custom stopTimeout is set and only allow it then?
Why?
Matter adapter cleans up things and some use timeouts in the background (that are all inside the stopTimeout range)
How?
No response