Closed codingl2k1 closed 4 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.76%. Comparing base (
d6465c9
) to head (fca334a
). Report is 20 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Background: If an actor is called from a thread and the thread exits after the call, the client will leak in the actor caller, and the corresponding channel will still be open.
This PR auto close the actor callers and channels that belongs to the exited thread.
What do these changes do?
Related issue number
Fixes #xxxx
Check code requirements