release threadId with null to release all threads

Signed-off-by: regidio <rafael.egidio@co.pdmfc.com>
pull/3716/head
regidio 4 years ago
parent cce1979282
commit eb74e24630

@ -158,7 +158,7 @@ public abstract class RedissonBaseLock extends RedissonExpirable implements RLoc
// reschedule itself // reschedule itself
renewExpiration(); renewExpiration();
} else { } else {
cancelExpirationRenewal(threadId); cancelExpirationRenewal(null);
} }
}); });
} }

Loading…
Cancel
Save