pidogc
pidogc
 你好,我尝试使用该库的分布式锁,在普通的测试中并没有发现问题,当我打算写一写关于锁是否正确获得的测试时发现,无法有效拦截锁的获得,上图就是我的测试一部分,在for循环中模拟并发获得锁,我发现在该情况下,锁会重复获得,我不清楚是否我的使用有问题还是我的测试有问题,感谢各位多多指教
  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...