grpc-kotlin
grpc-kotlin copied to clipboard
Kotlin gRPC implementation. HTTP/2 based RPC
I am really excited to see this repo begin to take shape. I was curious to know if there were plans to publish a road map of the work being...
The mutex and atomicBolean aren't needed in this context. The mutex is only contained in a local variable in sequential code. It isn't shared w/ any other threads. The same...
I have an application with thousands of active bidi streaming calls. We return a `callbackFlow {}` in our method. Every once in a while we end up in a state...
I am getting the above titled error. Below is my gradle app file. apply plugin: 'com.android.application' apply plugin: 'com.google.firebase.crashlytics' apply plugin: 'com.heapanalytics.android' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin:...
A `CoroutineContextClientInterceptor` would help out in e.g. setting specific Metadata while using the Coroutine Context. With the ongoing discussion whether or not Metadata should be allowed to be set for...
Bumps com.android.library from 8.3.0 to 8.3.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
I have a bidirectional streaming service and want the client to block rather than buffer when producing requests. According to https://github.com/grpc/grpc-kotlin/issues/385, this should be supported, but this does not appear...
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.0.0-jre to 33.1.0-jre. Release notes Sourced from com.google.guava:guava's releases. 33.1.0 Request for Android users If you know of Guava Android users who have not yet upgraded to...
Bumps com.google.protobuf:protobuf-java-util from 3.25.3 to 4.26.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps com.google.protobuf:protobuf-kotlin from 3.25.3 to 4.26.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...