Refactor use of sinks in WebSocketGraphQlTransport

Replace use of Sinks which does not deal with concurrent sending and
use MonoSink and FluxSink instead.

Closes gh-388
This commit is contained in:
rstoyanchev
2022-05-13 13:59:39 +01:00
parent 57e9ccbfd8
commit c43a444c78
3 changed files with 161 additions and 123 deletions

View File

@@ -24,7 +24,7 @@ import reactor.test.StepVerifier;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.boot.test.web.server.LocalServerPort;
import org.springframework.graphql.test.tester.GraphQlTester;
import org.springframework.graphql.test.tester.WebSocketGraphQlTester;
import org.springframework.web.reactive.socket.client.ReactorNettyWebSocketClient;