You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR #144 added Flush to DogStatsdService but it is not present in the interface IDogStatsd that that service implements. So code that uses the interface instead of the concrete implementation cannot flush without also disposing the service.
The PR #144 added
FlushtoDogStatsdServicebut it is not present in the interfaceIDogStatsdthat that service implements. So code that uses the interface instead of the concrete implementation cannot flush without also disposing the service.