Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The interceptor doesn't capture asyn functions #2

Open
jltxwesley opened this issue Mar 28, 2022 · 1 comment
Open

The interceptor doesn't capture asyn functions #2

jltxwesley opened this issue Mar 28, 2022 · 1 comment

Comments

@jltxwesley
Copy link

For example, if I emit an event in

this.eventEmitter.emitAsync(
  'cat.created',
  new CatCreatedEvent({})
);

The interceptor is unable to record any functions executed in the listener, this appears to be an issue with all async actions.

@dmastag
Copy link

dmastag commented Oct 4, 2022

I am having the same problem with Crons also
Not sure how to solve that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants