You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ilmarspenneo
changed the title
turning listener off on bound EventEmitter does not work
turning listener off on bound EventEmitter does not work from inside the listener
Jun 23, 2023
With a vanilla EventEmitter you can do turn off a listener from the listener it self and it works as expected:
Console output:
But with an EventEmitter wrapped with
cls-hooked
, it seems that you cannot turn off the event listener from within the listener itself:Console output:
The text was updated successfully, but these errors were encountered: