why does line 6 get called multiple times? <https:...
# rx
o
why does line 6 get called multiple times? https://pastebin.com/tz0gkZrg
l
Are you using Room? Any updates to the tables will trigger an onNext call when using a Flowable.
You might want to use Single if you want to receive only one result.
It explains the behaviour when using a Flowable, Single and Maybe.
o
hm, true
let me try I will get back to you