Potential goroutine leak in TestDialTLSHandshakeTimeout
Jay-deng opened this issue · 1 comments
Jay-deng commented
When I run some test on https://github.com/gomodule/redigo/blob/master/redis/conn_test.go, I get the following output information when running TestDialTLSHandshakeTimeout:
So I was wondering if there is a goroutine leak in that case?