CatchSubscriber observers #6898
Unanswered
theseeker16
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm using the observable Subject for streaming data in nodeJS with the framework NestJS and GRPC. I'm actually catching the errors in my own way. Because I need to dispatch the errors into another microservice and stop the process.
But I'm really curious about the CatchSubscriber that appears after an async function was executed successfully.
This observer (CatchSubscriber) allows me to do the next inside the catch, but if the async functions failed, that object doesn't appear, so I can't do the next inside the catch.
Any help? please
Beta Was this translation helpful? Give feedback.
All reactions