Skip to content

Commit de6b10c

Browse files
author
OlegDokuka
committed
logs
Signed-off-by: Oleh Dokuka <odokuka@vmware.com> Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com> Signed-off-by: OlegDokuka <odokuka@vmware.com>
1 parent f5af960 commit de6b10c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rsocket-core/src/main/java/io/rsocket/keepalive/KeepAliveSupport.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,14 @@ long localLastReceivedPosition() {
183183

184184
public static final class ClientKeepAliveSupport extends KeepAliveSupport {
185185

186+
public ClientKeepAliveSupport(
187+
DuplexConnection connection,
188+
ByteBufAllocator allocator,
189+
int keepAliveInterval,
190+
int keepAliveTimeout) {
191+
this("", connection, allocator, keepAliveInterval, keepAliveTimeout);
192+
}
193+
186194
public ClientKeepAliveSupport(
187195
String stack,
188196
DuplexConnection connection,

0 commit comments

Comments
 (0)