Merge branch 'log-error-rs-ack'

pull/5427/head
Manuel Polo 1 year ago
commit a7963af4c0
No known key found for this signature in database
GPG Key ID: 225EFA9B34C561E3

@ -226,6 +226,7 @@ public class RedissonRemoteService extends BaseRemoteService implements RRemoteS
return tryExecuteAsync(remoteInterface, object, -1, null);
}
@SuppressWarnings("MethodLength")
private <T> void subscribe(Class<T> remoteInterface, RBlockingQueue<String> requestQueue,
ExecutorService executor, Object bean) {
Entry entry = remoteMap.get(remoteInterface);

Loading…
Cancel
Save