Bloomca / veles

UI library with main focus on performance
https://bloomca.github.io/veles/
MIT License
48 stars 0 forks source link

Fix mount state subscriptions check #61

Closed Bloomca closed 5 months ago

Bloomca commented 5 months ago

Descriptions

There were some nasty mistakes in https://github.com/Bloomca/veles/pull/57, https://github.com/Bloomca/veles/pull/58 and https://github.com/Bloomca/veles/pull/60.

This whole thing about subscribing only on mount to avoid dead subscriptions which still run is an edge-case, but I think it is not that uncommon, and I found several legitimate bugs.