Skip to content

Fix subscribe target issues.

Compare
Choose a tag to compare
@hankhsiao hankhsiao released this 24 Mar 22:31
· 352 commits to main since this release

subscribe used for some global UI events, but sometimes we do have use cases that we need to subscribe to certain target. Although subscribing different targets cannot share same event, but it still can get benefits from throttling.

Right now subscribing to specific target is still under documented. We will document it when it is more stable.

Thanks @ebertb.