Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENG-3822: #451: Check result of weak_ptr lock, before doing actual ca…
…ll in LocalYBInboundCall Summary: Because of another issue still under investigation, there could be a case when we invoke LocalYBInboundCall::Response when original outbound all is already destroyed. To handle this case correctly we should check that result returned by weak_ptr lock is not null. Test Plan: Jenknis Reviewers: robert, mikhail Reviewed By: mikhail Subscribers: ybase Differential Revision: https://phabricator.dev.yugabyte.com/D5388
- Loading branch information