You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
java.io.IOException: Stream Closed
at java.io.FileInputStream.read(FileInputStream.java:300)
at android.os.ParcelFileDescriptor$AutoCloseInputStream.read(ParcelFileDescriptor.java:942)
at org.a.a.b.b.a(IOUtils.java:2909)
at org.a.a.b.b.b(IOUtils.java:3015)
at org.a.a.b.b.a(IOUtils.java:3035)
at net.syncthing.a.a.e$b.a(BlockPusher.kt:277)
at net.syncthing.a.a.e$f$1.c_(BlockPusher.kt:92)
at a.c.b.a.a.b(ContinuationImpl.kt:32)
at kotlinx.coroutines.az$a.a(Dispatched.kt:235)
at kotlinx.coroutines.aw.run(Dispatched.kt:81)
at kotlinx.coroutines.c.i.run(Tasks.kt:94)
at kotlinx.coroutines.c.a.a(CoroutineScheduler.kt:586)
at kotlinx.coroutines.c.a.a(CoroutineScheduler.kt:60)
at kotlinx.coroutines.c.a$b.run(CoroutineScheduler.kt:732)
Problem: BlockPusher.DataSource closes the inputstream during the constructer with
use
but tries to read the blocks later from itThe text was updated successfully, but these errors were encountered: