kotlinx-rpc icon indicating copy to clipboard operation
kotlinx-rpc copied to clipboard

Add asynchronous RPC services to your multiplatform applications.

Results 65 kotlinx-rpc issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [aiohttp](https://redirect.github.com/aio-libs/aiohttp) | `==3.11.16` -> `==3.12.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/aiohttp/3.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/aiohttp/3.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

## Description The sample project `samples/grpc-app` fails to build due to missing `grpc` plugin-settings-block (I am not sure how to call it): ```kotlin rpc { grpc { // Configure project...

bug

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.gradle.toolchains.foojay-resolver-convention | `0.10.0` -> `1.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [h11](https://redirect.github.com/python-hyper/h11) | `==0.14.0` -> `==0.16.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/h11/0.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/h11/0.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

I’m looking at using KRPC to reimplement an RPC interface previously implemented with CapnProto. The limitation I’m running into is that calls can be made in only one direction: one...

feature

**Subsystem** Core, Compiler Plugin **Problem Description** Fields are deprecated and stand in the way of the simplified lifetime management. **Solution** Remove support, as it was previously already deprecated

breaking
deprecation

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.gradle.kotlin.kotlin-dsl | `5.1.2` -> `6.1.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin/6.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin/6.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

**Is your feature request related to a problem? Please describe.** Somewhat yes. Consider the following REST resource: GET, POST: /articles In this case, you need to be authenticated to post...

feature

This is related to https://github.com/Kotlin/kotlinx-rpc/issues/75. After hacking a way a bit trying to adapt `kotlinx-rpc` to a serverless architecture, I hit an issue. To illustrate the problem, lets review the...

feature

**Is your feature request related to a problem? Please describe.** kRPC currently uses websockets. While on the modern web websockets are generally reliable and usable, in some cases websockets may...

feature