<@U0MD6T132> However, despite of that difference, ...
# coroutines
e
@alucard However, despite of that difference, your original
Flowable
code is still prone to loosing messages (you are just lucky to get it less often), because as soon as the first subscriber is added to the shared flowable, it starts. Now a second subscriber is added a little bit later and will miss some events that were already produced, potentially including your “end of measurement” signal