Christian Brüggemann

Results 34 comments of Christian Brüggemann

Flavien, there are many open PRs for this project that don't have any response. Are you still maintaining this project? If not, it would be great if you could add...

It looks like these forks differ quite a lot from the original one here, so it would probably be the best option to switch to one of them. I'd bet...

Even if the server or network is causing issues, this Exception should be handled somewhere and passed to listeners instead of crashing the whole thread. I've seen many people suggest...

Stack traces of related timeout errors: ``` Fatal Exception: java.net.SocketTimeoutException: failed to connect to allaboutsamsung.de/104.28.16.76 (port 443) from /W.X.Y.Z (port 34860) after 10000ms at libcore.io.IoBridge.connectErrno(IoBridge.java:185) at libcore.io.IoBridge.connect(IoBridge.java:130) at java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:129) at...

@swankjesse That's strange. I'm pretty sure I'm catching this type of Exception everywhere and yet I receive crash reports like the ones above. I've spent several hours on making sure...

I use OkHttp in two ways: Directly with coroutines and using Retrofit's `Deferred`-adapter. Direct usage works like this: ```kotlin override fun onFailure(call: Call, e: IOException) { // Don't bother with...

@ZacSweers Due to its size: https://github.com/square/retrofit/issues/3075#issuecomment-482391498

It’s still 2.6 MB, right? https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-metadata-jvm/0.2.0

To clarify a bit: Download [this release](https://github.com/shadowsocks/v2ray-plugin/releases/download/v1.3.1/v2ray-plugin-linux-amd64-v1.3.1.tar.gz) and extract the binary to the file `/home/root/go/bin/v2ray-plugin`.

> they'll have Java 8 at some point too, so there's just this short-term gap Perhaps in a few years when Android Nougat has a market share of 75 %...