Issues after updating the package dependency(matrix-rust-components-swift) to 25.7.2
I keep getting the following output when fetching timeline events:
thread '' panicked at /Users/Doug/Developer/matrix-rust-sdk/crates/matrix-sdk-common/src/linked_chunk/as_vector.rs:498:21: The chunk is not found
More about the error: rustPanic("The chunk is not found")
Following code is the last line that runs before this: try await timeline!.paginateBackwards(numEvents: UInt16(messagesLimit))
Seems that something unexpected is happening in this part of the code:
https://github.com/matrix-org/matrix-rust-sdk/blob/a8256813ae0364c4d8d19f1c40db2299bcd4c768/crates/matrix-sdk-common/src/linked_chunk/as_vector.rs#L494-L498
Do you happen to have some reproducer for this? Is it happening with a newly created database?
Do you happen to have some reproducer for this? Is it happening with a newly created database?
I do not currently have a reproducer for this, sorry. As for the database, I tried it on an existing database. I just tried the update out of curiosity but it broke my working project so I had to go back to 25.2.19 which currently is working fine (mostly).
Do you happen to have some reproducer for this? Is it happening with a newly created database?
I tried it on a empty database and this issue did not work, with a fresh DB everything worked fine.