kotlinx-rpc
kotlinx-rpc copied to clipboard
Add asynchronous RPC services to your multiplatform applications.
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,...
**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...
**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**...
**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...