prevent GetOutstandingCount from throwing by mgravell · Pull Request #1792 · StackExchange/StackExchange.Redis
Conversation
A few stack-traces have shown GetOutstandingCount participating in faults due to broken sockets etc; however, we use GetOutstandingCount from within those handlers, so: allowing it to blow up could be masking the original/underlying exception; fix that, by making GetOutstandingCount best-efforts only
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 1 release notes tweak to be consistent but LGTM
mgravell
deleted the
marc/stablize-GetOutstandingCount
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters