Hi, I have multiple services and selectively send back references to nodes joining a cluster depending on their role.
At the moment, I'm using a dedicated EventLoop and thread for each service. Coming from go/grpc which allows you to bind multiple services to the same port, I wondered if capnproto RPC (gj/gjio) supports it? If not what is the preferred/recommended way to serve multiple services using capnproto rpc with rust? Thanks! Cheers, -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/capnproto.
