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
I wanted to implement the server side of a capnproto schema that has a method that returns 2 values. The first value is a capability that can be used to send some data, and the second value is a promise of something that depends on this received data.
I wanted to implement the server side of a capnproto schema that has a method that returns 2 values. The first value is a capability that can be used to send some data, and the second value is a promise of something that depends on this received data.
Is this possible to do with this library?
Example schema:
I've tried using a
PromiseFulfillerPair
but if I return this no progress is made, and the rpc just stalls:Am I doing something wrong or is this just not possible?
Thanks.
The text was updated successfully, but these errors were encountered: