This PR allows having simple async data like e.g. 0 w/o should update selector returning true forever.
Background: I wanted to create a notification counter bundle based on createAsyncResourceBundle, that simply stores the count as data (initial state = 0). After creating an auto fetch reactor based on should update selector, I realized that I had created an infinite loop 😱.
This PR allows having simple async data like e.g.
0
w/o should update selector returningtrue
forever.Background: I wanted to create a notification counter bundle based on
createAsyncResourceBundle
, that simply stores the count as data (initial state =0
). After creating an auto fetch reactor based on should update selector, I realized that I had created an infinite loop 😱.