.toList() won’t emit until it gets a complete so a...
# rx
t
.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?