Fixed - stream and queue object may lost entry during execution of any blocking poll operation. #3302

pull/3355/head
Nikita Koksharov 4 years ago
parent 0e797ba2bf
commit 449f056314

@ -360,7 +360,7 @@ public class RedisExecutor<V, R> {
connection.forceFastReconnectAsync();
}
}
}, popTimeout, TimeUnit.SECONDS);
}, popTimeout + 1, TimeUnit.SECONDS);
} else {
scheduledFuture = null;
}

Loading…
Cancel
Save