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
With the current NLC implementation, the middleware listeners added by auth and audit are being called for every incoming message, which is more often than before. A secondary problem is that the data passed on the additional events is undefined.
The NLC module implements a catchAll listener (nlc.catchall.js) and a receiveListener (nlc.receive.js).
We need to investigate the best way for these 3 modules to work together.
I doubt catchAll and listener middleware can play nicely together. The "match on everything" approach of catch all doesn't match up well with listener middleware's run-on-match approach.
With the current NLC implementation, the middleware listeners added by auth and audit are being called for every incoming message, which is more often than before. A secondary problem is that the data passed on the additional events is undefined.
The NLC module implements a catchAll listener (nlc.catchall.js) and a receiveListener (nlc.receive.js).
We need to investigate the best way for these 3 modules to work together.
@ngawor FYI
The text was updated successfully, but these errors were encountered: