Skip to content

Commit a8dd315

Browse files
committed
adds reference to the original GH issue
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent ff740b3 commit a8dd315

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: rsocket-transport-netty/src/test/java/io/rsocket/integration/KeepaliveTest.java

+4
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)