Results 12 issues of pidogc

![image](https://github.com/user-attachments/assets/6be01a8b-752c-400f-8d79-6a6cd120c235) 你好,我尝试使用该库的分布式锁,在普通的测试中并没有发现问题,当我打算写一写关于锁是否正确获得的测试时发现,无法有效拦截锁的获得,上图就是我的测试一部分,在for循环中模拟并发获得锁,我发现在该情况下,锁会重复获得,我不清楚是否我的使用有问题还是我的测试有问题,感谢各位多多指教

![image](https://github.com/user-attachments/assets/696e8122-4287-4d65-b7a3-faafb0096082) ![image](https://github.com/user-attachments/assets/79591893-6b92-47c6-bf62-9c57154e3c08) When running my tests using the Run method shown above, interceptors work correctly if I don’t use the extraRegistration parameter. However, once I provide extraRegistration, the interceptors fail...