Hi All Is it okay to: 1. register multiple (many) ...
# kotlinx-rpc
d
Hi All Is it okay to: 1. register multiple (many) services in a single
RPCRoute
(
rpc("/service") { ... }
) on the server 2. use a single
RPCClient
for all services on the client Could there be any pitfalls?
a
Hi! • Yes, you should be able to register multiple services • Also yes Pitfalls are bugs, if you encounter any problems, please let us know
gratitude thank you 1
d
@Alexander Sysoev thanks! And one else small question - one RPCClient means one websocket connection?
a
Yes, exactly
gratitude thank you 1