Effect CommunityEC
Effect Community6mo ago
2 replies
garrett

Issue with RPC Method Hanging Despite Using Discard Option

I have an existing cluster working fine and I am trying to add workflows to it. The workflow executes fine and if I call it withdiscard: true from an entity within the cluster then it returns immediately as expected.

The problem becomes when I am trying to use a xxxDiscard rpc method through the proxy. I set up the proxy basically in the same way as my Cluster entity proxy but the RPC execution hangs until the workflow is complete even with using the discard rpc. Is there some annotation I need to make this work? Has anyone run into similar problems?
Was this page helpful?