Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Aug 31, 2023
1 parent 1b0adc0 commit c06a65f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ public void testConnect(Context context) {

StepVerifier.create(
new TransportWrapper(client)
.send(serverMember, Message.builder().sender(clientMember).data("Hola!").build()))
.send(serverMember, Message.builder().sender(clientMember).data("Hola!").build())
.repeat(2))
.verifyComplete();

client.stop().block(TIMEOUT);
Expand Down

0 comments on commit c06a65f

Please sign in to comment.