-
Notifications
You must be signed in to change notification settings - Fork 706
fix(streaming): hang up source when failed & panic on actor error #777
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
Conversation
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
MrCroxx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov Report
@@ Coverage Diff @@
## main #777 +/- ##
============================================
- Coverage 72.02% 72.01% -0.01%
Complexity 2766 2766
============================================
Files 927 927
Lines 54086 54092 +6
Branches 1787 1787
============================================
+ Hits 38953 38954 +1
- Misses 14243 14248 +5
Partials 890 890
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
skyzh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest LGTM, good work!
Signed-off-by: Bugen Zhao <[email protected]>
What's changed and what's your intention?
This PR hangs up the source when it fails, and panic the actor if an error occurs.
Checklist
Refer to a related PR or issue link (optional)