Merge branch 'master' of github.com:redisson/redisson

pull/3930/head
Nikita Koksharov 3 years ago
commit 59e6a271bf

@ -294,6 +294,8 @@ public class RedissonRemoteService extends BaseRemoteService implements RRemoteS
// poll method may return null value
if (requestId == null) {
// Because the previous code is already -1, it must be +1 before returning, otherwise the counter will become 0 soon
resubscribe(remoteInterface, requestQueue, executor, bean);
return;
}

Loading…
Cancel
Save