We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6029c03 commit aa9b2cbCopy full SHA for aa9b2cb
rsocket-core/src/test/java/io/rsocket/core/DefaultRSocketClientTests.java
@@ -579,6 +579,8 @@ public void shouldBeRestartedIfSourceWasClosed() {
579
580
rule.client.dispose();
581
582
+ rule.otherClosedSink.tryEmitEmpty();
583
+
584
terminateSubscriber.assertTerminated().assertComplete();
585
586
Assertions.assertThat(rule.client.connect()).isFalse();
@@ -634,6 +636,8 @@ public void shouldStartOriginalSourceOnceIfRacing() {
634
636
635
637
638
639
640
641
Assertions.assertThat(rule.client.isDisposed()).isTrue();
642
Assertions.assertThat(rule.socket.isDisposed()).isTrue();
643
0 commit comments