Closed VitalyPeryatin closed 1 year ago
No opportunity to change extraBufferCapacity param for _viewActions SharedFlow, so when ViewModel send several actions in sequence, only the last action will be executed. I think there is needs more flexibility.
extraBufferCapacity
_viewActions
For example:
FeatureViewModel { fun someMethod() { ... viewAction = FeatureAction.Vibrate() viewAction = FeatureAction.Close() ... } }
There is FeatureAction.Vibrate will be missed
FeatureAction.Vibrate
ViewModel is not a part of Odyssey
No opportunity to change
extraBufferCapacity
param for_viewActions
SharedFlow, so when ViewModel send several actions in sequence, only the last action will be executed. I think there is needs more flexibility.For example:
There is
FeatureAction.Vibrate
will be missed