You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it not possible to proxy-chain requests returning (at least) struct responses?
i.e. client <=> proxy.rpc() <=> server.rpc()
Please see attached test code to better understand issue and reproduce. Commented-out lines from line 22 can be uncommented separately to investigate (not-so-different) outcomes. Either an exception is raised, or default values for fields are returned.
Is it not possible to proxy-chain requests returning (at least) struct responses?
i.e.
client <=> proxy.rpc() <=> server.rpc()
Please see attached test code to better understand issue and reproduce. Commented-out lines from line 22 can be uncommented separately to investigate (not-so-different) outcomes. Either an exception is raised, or default values for fields are returned.
Test code
test.py
test.capnp
The text was updated successfully, but these errors were encountered: