locke
09/18/2019, 4:48 PMObservable<Message>
. When that Observable
emits a message
, I want to query that message for some state. Based on that state, I conditionally want to call foo(message): Observable<Message>
and do that check again, repeating this process until I get the piece of state that I ultimately want to emit to my subscribe
.