Closed bedwards closed 2 months ago
I don't know very much about capnproto-rpc-java, which lives in a different repo: https://github.com/vaci/capnproto-java-rpc You might try reporting this issue there.
Closing, because this looks to me like a bug in the java RPC implementation.
Hi, is it possible to use a rust capnp-rpc client with a java server? I tried using the calculator example, but I get an exception on the java server (complaining the the rust client is broken, missing capTable.)
The schema are identical except the java-specific stuff...