Skip to content

add Close method to ensure mocks don't leak goroutines#103

Open
bobcallaway wants to merge 1 commit into
go-redis:masterfrom
bobcallaway:goleak
Open

add Close method to ensure mocks don't leak goroutines#103
bobcallaway wants to merge 1 commit into
go-redis:masterfrom
bobcallaway:goleak

Conversation

@bobcallaway
Copy link
Copy Markdown

this exposes a new Close() method which handles cleanup for both clients

Fixes: #102

Signed-off-by: Bob Callaway <bcallaway@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

goroutines being leaked when using mocked clients

1 participant