Replies: 2 comments
-
|
Also tried to add another |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Any suggestion ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a test using Reactive
WebSocketClientto test the GraphQL subscription type in my WebFlux/Kotlin Coroutines sample.The
blockclause caused an exception which will fail the tests.websocketClient.execute(){ //... } .block(Duration.ofSeconds(5L))I have used this way in before projects, all work well. Check my GraphQLJava WebClient example and Angular and WebSocket example.
Beta Was this translation helpful? Give feedback.
All reactions