Long version: We’re customizing the cl_check_ack to run an exec command to stop the thread or process if we get a bad ACK. The problem we’re encountering is that calling the hcienginestop or the pstop is ending the process and so can’t return the KILLREPLY etc dispositions.
One thought I’ve had is to somehow work these exec commands into a disposition so that we can simply add the disposition to the return value and have this new disposition run the exec commands, hoping that it’s possible.
Any thoughts and advice would be appreciated.
Thanks!