ursus
05/21/2020, 2:42 AMBehaviorRelay.value
?Zach Klippenstein (he/him) [MOD]
05/21/2020, 3:24 AMamb
your upstream with Observable.just(NO_VALUE)
(where NO_VALUE
is some sentinel value that makes sense with your types). If you put the sentinal last in the list of arguments to amb
, you’ll get the behavior you want.ursus
05/21/2020, 3:30 AMjust
always win?Zach Klippenstein (he/him) [MOD]
05/21/2020, 4:16 AMursus
05/21/2020, 5:10 AM