<!-- Github issues should be used to report bugs and for detailed feature requests. Everything else belongs in the [Jedis Google Group](https://groups.google.com/g/jedis_redis) or [Jedis Github Discussions](https://github.com/redis/jedis/discussions). Please post general questions to Google Groups or Github discussions. These can be closed without response when posted to Github issues. --> ### Expected behavior Close sentinelListener when excuting method jedisSentineled.close(). ### Actual behavior Cannot close sentinelListener thread ### Steps to reproduce: Please create a reproducible case of your problem. Make sure that case repeats consistently and it's not random 1. init JedisSentineled object and close it immediately in a while true loop or in a multi-threaded concurrent environment 2. Root Cause:concurrent problems;thread safety <img width="576" alt="problem-0" src="https://github.com/user-attachments/assets/1756b546-53cb-483d-bb6f-4f69fa6d50dc">   ### Redis / Jedis Configuration #### Jedis version: all exists this bug #### Redis version: #### Java version: ### how to resolve: see the pictures 