Describe the bug 🐞
The GroupOnObservable fires OnComplete as soon as the source fires it, which will prematurely close the stream (sometimes before any groups can actually be made).
Step to reproduce
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Reproduction repository
https://github.com/reactivemarbles/DynamicData/
Expected behavior
It shouldn't fire OnComplete until the source fires OnComplete and ALL Grouping Observables have fired their OnComplete because grouping changes could come in at any time before then.
Screenshots 🖼️
No response
IDE
No response
Operating system
No response
Version
No response
Device
No response
DynamicData Version
9.0.4
Additional information ℹ️
No response
Describe the bug 🐞
The GroupOnObservable fires OnComplete as soon as the source fires it, which will prematurely close the stream (sometimes before any groups can actually be made).
Step to reproduce
Reproduction repository
https://github.com/reactivemarbles/DynamicData/
Expected behavior
It shouldn't fire OnComplete until the source fires OnComplete and ALL Grouping Observables have fired their OnComplete because grouping changes could come in at any time before then.
Screenshots 🖼️
No response
IDE
No response
Operating system
No response
Version
No response
Device
No response
DynamicData Version
9.0.4
Additional information ℹ️
No response