neworldlt
08/20/2025, 7:34 PMSec-WebSocket-Protocol
) on krpc server side? The default option does not leave opportunity to do that: https://github.com/Kotlin/kotlinx-rpc/blob/main/krpc/krpc-ktor/krpc-ktor-server/src/commonMain/kotlin/kotlinx/rpc/krpc/ktor/server/KtorServerDsl.kt#L45Alexander Sysoev
08/20/2025, 8:29 PMneworldlt
08/20/2025, 9:17 PMSec-WebSocket-Protocol
. The problem is, without subprotocol support, the browser will drop the WS connection if the backend does not respond with the expected subprotocol.Alexander Sysoev
08/21/2025, 9:53 AMneworldlt
08/21/2025, 9:57 AMneworldlt
08/21/2025, 9:59 AM