Commits

C. Enrique Garcia Dabo authored 0c94c0b70af
Use a shared_ptr for the ChannelSelectorCache

The previous implementation had the problem that the cache could eventually evict (and delete) a ChannelSelector object that was still being used. With smart pointers the ownership is shared object is deleted when it is no longer in use. Fixes partially CAS-12895
No tags

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut