wampcc icon indicating copy to clipboard operation
wampcc copied to clipboard

fix: pass request_id to caller in result_info also on RPC call error

Open hjelmeland opened this issue 8 months ago • 0 comments

On inbound RESULT ERROR, pass on the request_id to the caller in result_info struct. Like already done on RESULT.

We have a project where we for a feature want to call identical WAMP RPC "body" on hundreds of devices registered on a wampcc router. And we like to have an efficient way of processing responses based on request_id.

hjelmeland avatar Apr 21 '25 19:04 hjelmeland