suppressHandlerDispose property
Prevents disposal of previous handlers when rotating them.
This mirrors .NET's SuppressHandlerScope and keeps the handler alive for external ownership scenarios.
Implementation
bool suppressHandlerDispose = false;
Prevents disposal of previous handlers when rotating them.
This mirrors .NET's SuppressHandlerScope and keeps the handler alive for external ownership scenarios.
bool suppressHandlerDispose = false;