kotlinx-rpc
kotlinx-rpc copied to clipboard
Add asynchronous RPC services to your multiplatform applications.
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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
## 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...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.gradle.toolchains.foojay-resolver-convention | `0.10.0` -> `1.0.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
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...
**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
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.gradle.kotlin.kotlin-dsl | `5.1.2` -> `6.1.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
**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...
Provide some way for a KrpcTransport/KrpcServer implementation to know if a procedure call is done
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...
**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...