Skip to content

Commit

Permalink
adds reference to the original GH issue
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <[email protected]>
  • Loading branch information
OlegDokuka committed Jan 31, 2025
1 parent ff740b3 commit a8dd315
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
import reactor.util.retry.Retry;
import reactor.util.retry.RetryBackoffSpec;

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

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

0 comments on commit a8dd315

Please sign in to comment.