RxDataSources
RxDataSources copied to clipboard
Memory leak issue with sectioned data
I have tried to test the memory leak using RxSwift.Resources.total with RxTableViewSectionedReloadDataSource but it never completely free up resources after I close the ViewController. I have followed the example provided in example folder.
I think there is some isssues with data source bindings. I am also facing the issue not completely cleaning the resources after poping view controller.