queue
queue copied to clipboard
[16.0][Fix] ChannelManager.get_channel_by_name create wrong subchannels when pass parent_fallback=True
c = cm.get_channel_by_name('root.sub.not.configured', parent_fallback=True)
# c.fullname should be "root.sub.not.configured", instand of "root.sub.sub.not.configured"
assert c.fullname == "root.sub.not.configured"
Hi @guewen, some modules you are maintaining are being modified, check this out!
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.