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 text was updated successfully, but these errors were encountered:
@UrsMetz : Thank you for reporting this issue. Indeed, Flush should be a member of IDogStatsd. I will add Flush to IDogStatsd in the next major release as based from Changes that affect compatibility, adding a member to an interface is a breaking change.
The PR #144 added
Flush
toDogStatsdService
but it is not present in the interfaceIDogStatsd
that that service implements. So code that uses the interface instead of the concrete implementation cannot flush without also disposing the service.The text was updated successfully, but these errors were encountered: