Florian Ludot

Results 2 comments of Florian Ludot

I created a simple repo to give something to play with and reproduce what I tried to explain: https://github.com/florianldt/RxDataSourcesIdentifiableType The specific line regarding the enum case IdentifiableType: https://github.com/florianldt/RxDataSourcesIdentifiableType/blob/b4059bf7fe76aa62f07b9d1c21ee2ccbffce3deb/RxDataSourcesIdentifiableType/ViewModel.swift#L24

Some improvement here. After new tests, I saw that the crash occurred only when the previous value is empty. Everything is working fine with with changing the code like this:...