Commit 16a402c0 authored by Vladimir Kurchatkin's avatar Vladimir Kurchatkin Committed by Trevor Norris
Browse files

node: fix removing AsyncListener in callback

context._asyncQueue shouldn't be exposed as asyncQueue, as it allows
modification of queues already attached to an event. Which is not
supposed to happend. Instead context._asyncQueue should be copied.
parent 5757642e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment