but is true that it should be better documented. U...
# rx
a
but is true that it should be better documented. Unless you already had an issue with that you might not guess it
😕 1
t
shyish: not to put a plug here, but my upcoming Packt book on RxJava 2.0 makes things like this abundantly clear. I wrote it as the missing manual i wish i had when i first learned RxJava.
👍 1
p
When you understand why onComplete is there at all you understand immediately that this needs onComplete
👍 1
Like when you got burned by .toList you don’t get burned by .groupBy
That’s more a general complexity of RxJava so this is something that should be mentioned in begginer tutorials
When you ever encounter a situation where an observable does not emit but you think it should, read this section again:
a
@Paul Woitaschek agree