BugReport: ClusterTopologyRefreshTask is not shutdown when RedisClusterClient is shutdown #2904
Labels
status: good-first-issue
An issue that can only be worked on by brand new contributors
type: bug
A general bug
Milestone
Bug Report
When RedisClusterClient is shutdown, the ClusterTopologyRefreshTask may not be cancelled.
Current Behavior
When I close the RedisClusterClient by invoking RedisClusterClient.shutdown method, there is a chance that the ClusterTopologyRefreshTask is not stopped.
It seems the issue have be resolved here, but the latest code does not seem to work.
Stack trace
Environment
The text was updated successfully, but these errors were encountered: