Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pubsub: Report a non-nil error when shutting down. (#7309)
If a subscriber arrives while the pubsub service is shutting down, the existing code will return a nil subscription without error. With unlucky timing, this may lead to a nil indirection panic in the RPC service. To avoid that problem, make sure that when a subscription fails for this reason, we report a non-nil error so that the client will detect it and give up gracefully. Co-authored-by: M. J. Fromberger <[email protected]>
- Loading branch information