prevent GetOutstandingCount from throwing by mgravell · Pull Request #1792 · StackExchange/StackExchange.Redis

Conversation

@mgravell

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

NickCraver

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

Co-authored-by: Nick Craver <nrcraver@gmail.com>

@mgravell mgravell deleted the marc/stablize-GetOutstandingCount branch

June 30, 2021 13:31

2 participants

@mgravell @NickCraver