Skip to content

Fixed deadlock issue with TX_COMPLETE event

Latest
Compare
Choose a tag to compare
@ericps1 ericps1 released this 18 Apr 05:18
· 272 commits to master since this release

The deadlock occurred when the cognitive engine called tx_stop() and tx_start() within a single execution since the TX_COMPLETE event would attempt to lock the ce_mutex which was already locked by the execute function.