node: properly check uid when adding AsyncListener
Instead of checking the uid on the array index of the queue, instead the object property "uid" was checked on the queue iteself. Because this will always evaluate to "undefined" the same listener could be added multiple times to the same context.
parent
d9fc6af3
Please register or sign in to comment