Hi everyone, the docs says that a client connectio...
# kotlinx-rpc
v
Hi everyone, the docs says that a client connection will use websocket protocol. That means the client will connect on startup or first request and maintain a connection with the server? If yes, every future quest will reach that specific server?
s
yes, it reuses the same websocket for all requests so it reaches the url you specified