|
|
@ -111,7 +111,7 @@ public class RedissonLock extends RedissonExpirable implements RLock {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Future<RedissonLockEntry> future = subscribe();
|
|
|
|
Future<RedissonLockEntry> future = subscribe();
|
|
|
|
future.syncUninterruptibly();
|
|
|
|
future.sync();
|
|
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
while (true) {
|
|
|
|
while (true) {
|
|
|
|