Just wondering what the reasoning/motivation behind trimFalsePositives is? It appears that all it does it ensure that the async id in the after block is the same one that most recently executed in the before block. Please forgive my rudimentary understanding of Node's single-threaded nature; how is it possible that an after block can execute after a different before block than the current async resource?
Just wondering what the reasoning/motivation behind
trimFalsePositivesis? It appears that all it does it ensure that the async id in theafterblock is the same one that most recently executed in thebeforeblock. Please forgive my rudimentary understanding of Node's single-threaded nature; how is it possible that anafterblock can execute after a differentbeforeblock than the current async resource?