Join Slack
Communities
Powered by
.toList() won’t emit until it gets a complete so a...
# rx
t
trevjones
08/29/2017, 8:43 PM
.toList() won’t emit until it gets a complete so adding a .take(1) probably gave you the onComplete you needed? meaning gdb.getHoldingsOrderId() and getTransactionById(item.id) didn’t ever onComplete?
Open in Slack
Previous
Next