I have already implemented and set up a WebSocket ...
# kotlinx-rpc
d
I have already implemented and set up a WebSocket connection in my existing and older Ktor microservice. In the current KRPC release, the WebSocket plugin and KRPC can now be installed additionally. However, the WebSocket settings (timeouts) seem to also be used for KRPC. Is this the intended behavior, or does Ktor only allow one configuration?
a
Hmmm Seems like there is only global config
d
I was already afraid of that, since the Ktor WebSocket plugin can only be installed once. Unfortunately, but it doesn't matter in this use case.