Fix onPerformSync crash on InterruptedException (bitfireAT/davx5#343)
- use Kotlin and CompletableDeferred instead of Java synchronization - signal cancellation by completing CompletableDeferred instead of Thread.currentThread.interrupt()
Loading
Please register or sign in to comment