why
05/11/2023, 3:00 PMsnapshotFlow { mutableState }
, but no matter how much I update the mutableState
, it only takes one value and i'm not sure why. It seems like the test finishes without waiting for all the values to be collected since updating that mutableState
is not structured concurrency? if that is the case how can I test it? or what is the deal with this one?Dominaezzz
05/11/2023, 9:06 PMZach Klippenstein (he/him) [MOD]
05/15/2023, 11:51 PMSnapshot.registerGlobalWriteObserver { Snapshot.sendApplyNotifications() }
should work.