Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a8dd315

Browse files
committedJan 31, 2025··
adds reference to the original GH issue
Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
1 parent ff740b3 commit a8dd315

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎rsocket-transport-netty/src/test/java/io/rsocket/integration/KeepaliveTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
import reactor.util.retry.Retry;
2727
import reactor.util.retry.RetryBackoffSpec;
2828

29+
/**
30+
* Test case that reproduces the following
31+
* <a href="https://github.com/rsocket/rsocket-java/issues/1099">GitHub Issue</a>
32+
*/
2933
public class KeepaliveTest {
3034

3135
private static final Logger LOG = LoggerFactory.getLogger(KeepaliveTest.class);

0 commit comments

Comments
 (0)
Please sign in to comment.