Merge pull request #3917 from jimichan/master

Fix RedissonRemoteService
pull/3930/head
Nikita Koksharov 3 years ago committed by GitHub
commit 006929ebf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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