We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff740b3 commit a8dd315Copy full SHA for a8dd315
rsocket-transport-netty/src/test/java/io/rsocket/integration/KeepaliveTest.java
@@ -26,6 +26,10 @@
26
import reactor.util.retry.Retry;
27
import reactor.util.retry.RetryBackoffSpec;
28
29
+/**
30
+ * Test case that reproduces the following
31
+ * <a href="https://github.com/rsocket/rsocket-java/issues/1099">GitHub Issue</a>
32
+ */
33
public class KeepaliveTest {
34
35
private static final Logger LOG = LoggerFactory.getLogger(KeepaliveTest.class);
0 commit comments