**1、复现流程如下,最后再提供代码** <img width="705" alt="image" src="https://github.com/Yuphee/RewardLayout/assets/27491749/4da4849b-aff4-4352-80da-9129618c30aa"> **2、泄露详情如图**  <img width="325" alt="image" src="https://github.com/Yuphee/RewardLayout/assets/27491749/de089f4d-d552-4783-8fcc-89c377fcc859"> **3、我这边初步跟踪发现是queue.take()挂起导致的泄露**  **4、我目前的解决方案是把onPause方法中的shutdown修改为shutdownNow,不知道有没更好的解决办法**  5、源码 [源码.zip](https://github.com/Yuphee/RewardLayout/files/13555309/default.zip)