set connection to GPRS speed and get this error while conversations wont show:
2026-05-29 09:59:35.470 27868-29154 OfflineFir...Repository com.nextcloud.talk2 E Something went wrong when fetching conversations
java.lang.RuntimeException: okhttp3.internal.http2.StreamResetException: stream was reset: CANCEL
at io.reactivex.internal.util.ExceptionHelper.wrapOrThrow(ExceptionHelper.java:46)
at io.reactivex.internal.observers.BlockingMultiObserver.blockingGet(BlockingMultiObserver.java:93)
at io.reactivex.Maybe.blockingGet(Maybe.java:2321)
at io.reactivex.Observable.blockingSingle(Observable.java:5381)
at com.nextcloud.talk.conversationlist.data.network.OfflineFirstConversationsRepository.getRoomsFromServer(OfflineFirstConversationsRepository.kt:156)
at com.nextcloud.talk.conversationlist.data.network.OfflineFirstConversationsRepository.access$getRoomsFromServer(OfflineFirstConversationsRepository.kt:38)
at com.nextcloud.talk.conversationlist.data.network.OfflineFirstConversationsRepository$getRooms$1.invokeSuspend(OfflineFirstConversationsRepository.kt:78)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:124)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:586)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:798)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:717)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:704)
Caused by: okhttp3.internal.http2.StreamResetException: stream was reset: CANCEL
at okhttp3.internal.http2.Http2Stream$FramingSource.read(Http2Stream.kt:355)
at okhttp3.internal.connection.Exchange$ResponseBodySource.read(Exchange.kt:281)
at okio.RealBufferedSource.read(RealBufferedSource.kt:194)
at okio.RealBufferedSource.exhausted(RealBufferedSource.kt:202)
at okio.InflaterSource.refill(InflaterSource.kt:105)
at okio.InflaterSource.readOrInflate(InflaterSource.kt:69)
set connection to GPRS speed and get this error while conversations wont show: