Ben Bader
Ben Bader
I'd like to use the slacktest server to verify that I'm sending blocks as expected, but noticed that all messages returned from `server.GetSeenOutboundMessages()` have `"blocks: null`. I looked in to...
**Build scan link** https://gradle.com/s/igbzbr57ofmtk **Plugin version** 1.31.1-SNAPSHOT **Gradle version** 7.6.2 **JDK version** 17.0.9 (Azul Systems, Inc. 17.0.9+8-LTS) **(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version** 1.8.21-gradle76 **(Optional) Android Gradle Plugin...
We use Retrofit in our backend, and I notice that `retrofit2.OkHttpCall` relies extensively on `synchronized(this)`, which can pin host threads (when using virtual threads). Would you be open to a...