[service-bus] Logic for removing links from our internal context
map is incorrect and does not remove links
#15890
Labels
context
map is incorrect and does not remove links
#15890
Found through inspection looking at another issue.
This code uses the wrong values for this._linkType:
However, the values for _linkType are not 's', 'br', 'sr', and 'ms' - they're actually the longer form of each of those names:
"batching" | "streaming" | "session" | "mgmt"
:This might not be a direct culprit in some bugs (the links, I believe, do get closed, it's just not cleaned up from our dictionary) but it definitely isn't correct and should be fixed.
The text was updated successfully, but these errors were encountered: