Florian
09/26/2020, 7:55 AMreceive
suspends till an event is sent over the channel, but the return type is Unit
so I ignore the return value)gildor
09/26/2020, 3:06 PMFlorian
09/26/2020, 3:44 PMreceiveAsFlow
and then for events that are only supposed to happen once I use take(1)
(just to make sure). What do you think about that?gildor
09/26/2020, 3:48 PMFlorian
09/26/2020, 3:49 PMgildor
09/26/2020, 3:49 PMFlorian
09/26/2020, 3:50 PMgildor
09/26/2020, 3:50 PMFlorian
09/26/2020, 3:54 PMgildor
09/26/2020, 4:11 PMFlorian
09/26/2020, 4:14 PM