RxJava3 groupBy emitting individual groups instead of grouping by key
Working on updating my app from RxJava2 to RxJava3. I know there are some updates to how groupBy works from reading the documentation, but I’m having trouble understanding why I’m seeing this behaviour. I have sections of code using groupBy that are now emitting individual GroupedFlowables for each item even when the keys match, instead of grouping the emissions under matched GroupedFlowables for the same key.
RxJava3 groupBy emitting individual groups instead of grouping by key
Working on updating my app from RxJava2 to RxJava3. I know there are some updates to how groupBy works from reading the documentation, but I’m having trouble understanding why I’m seeing this behaviour. I have sections of code using groupBy that are now emitting individual GroupedFlowables for each item even when the keys match, instead of grouping the emissions under matched GroupedFlowables for the same key.
RxJava3 groupBy emitting individual groups instead of grouping by key
Working on updating my app from RxJava2 to RxJava3. I know there are some updates to how groupBy works from reading the documentation, but I’m having trouble understanding why I’m seeing this behaviour. I have sections of code using groupBy that are now emitting individual GroupedFlowables for each item even when the keys match, instead of grouping the emissions under matched GroupedFlowables for the same key.
RxJava3 groupBy emitting individual groups instead of grouping by key
Working on updating my app from RxJava2 to RxJava3. I know there are some updates to how groupBy works from reading the documentation, but I’m having trouble understanding why I’m seeing this behaviour. I have sections of code using groupBy that are now emitting individual GroupedFlowables for each item even when the keys match, instead of grouping the emissions under matched GroupedFlowables for the same key.