home-assistant-libs / python-matter-server

Python server to interact with Matter
Apache License 2.0
466 stars 71 forks source link

Cleanup: Drop setup node timer #881

Closed agners closed 3 weeks ago

agners commented 3 weeks ago

Since #809 initial subscriptions error out if there is a communication issue. This makes the subscription callback return alway at some point, even if there are communication issues.

This makes the setup node timer unnecessary. So drop this code.