I'm calling the requestData function and lib_aci_close_remote_pipe at the same time.
The lib_aci_close_remote_pipe returns 0x8E command error which means: "Command rejected as a transaction is still pending".
Does the requestData has any impact on lib_aci_close_remote_pipe? If I don't call the requstData function, the pipe is successfully closed.
From the documentation, I understood that requestData is using data credits and lib_aci_close_remote_pipe is a system command and only one system command can be used until the next command_response_event is received. So I don't see any link between them.