Michał Seroczyński

Results 8 comments of Michał Seroczyński

Is this lib abandoned by now?

Shouldn't it be logic implemented in library itself? Are you 100% sure there is nothing to do in library and task should be closed? @rantianhua

I'm using my OutputStreamCreator to encrypt on the fly but aren't you supposed to disable multi connection for all downloads with isSeekable = false?

``` final boolean isSupportSeek = CustomComponentHolder.getImpl().isSupportSeek(); // if (hostRunnable != null && !isSupportSeek) { // throw new IllegalAccessException( // "can't using multi-download when the output stream can't support seek"); //...

For me it's "whatever works" as long as I can keep updating critically important dependencies, have you tried this approach? @sockeqwe Is there any v4 release ETA...?

You may be interested in this solution, hopefully I've saved you some time ;) ``` override fun onBind(intent: Intent?): IBinder { i { "onBind [intent: $intent]" } if (SERVICE_INTERFACE ==...