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
We prevent filtering of task events by id to help avoid memory leaks. However, in the frontend you can filter by id. This might be confusing to plugin authors so we should show a nice error message that explains this when a listener is added with id filtering.
Use the 'newListener' event provided by Node's EventEmitter to detect these.
The text was updated successfully, but these errors were encountered:
We prevent filtering of task events by id to help avoid memory leaks. However, in the frontend you can filter by id. This might be confusing to plugin authors so we should show a nice error message that explains this when a listener is added with id filtering.
Use the 'newListener' event provided by Node's EventEmitter to detect these.
The text was updated successfully, but these errors were encountered: