Skip to:
The functions afb_service_call and afb_service_call_sync of the binding V3 are using the new call signature instead of the older of binding V2.
This is not what documentation says but it is regular with the way other call/subcall are implemented.
The best thing to do is to provide as for other call/subcall explicit ..._legacy implementations
Close for FF RC4
The functions afb_service_call and afb_service_call_sync of the binding V3 are using the new call signature instead of the older of binding V2.
This is not what documentation says but it is regular with the way other call/subcall are implemented.
The best thing to do is to provide as for other call/subcall explicit ..._legacy implementations