tlrobinson / long-stack-traces

Long stacktraces for V8 implemented in user-land JavaScript. [UNMAINTAINED] Use https://github.com/mattinsler/longjohn instead
277 stars 15 forks source link

events.removeListener and events.once will not work #6

Open barshow opened 13 years ago

barshow commented 13 years ago

It looks like long-stack-traces wraps events.addListener in some sort of tracing function. This makes the listener undiscoverable but events.removeListener as its callback is a different function. This also make events.once just a standard listener.

davidfooks commented 12 years ago

+1 I'm seeing this issue too