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
trafficstars

I’m working with a kRPC client and server in a distributed setup, and I’m facing challenges with automatic reconnection when the server goes down (e.g., during restarts or failures). The...

**Is your feature request related to a problem? Please describe.** It is a problem that client reconnection is not addressed **Describe the solution you'd like** This is just a workaround,...

feature

**Is your feature request related to a problem? Please describe.** Websocket sessions could reach thousands when thousands of users have the client app open. Yet, the only option to reduce...

feature

**Is your feature request related to a problem? Please describe.** Debugging UI sometimes requires controlled throttle. **Describe the solution you'd like** A way to throttle invocations. **Describe alternatives you've considered**...

feature

**Describe the bug** I have CallID Ktor plugin installed, it sets correct MDC for SLF4J, but it is lost during actual service logic (that probably means that it is called...

bug