davsclaus commented on a change in pull request #7022:
URL: https://github.com/apache/camel/pull/7022#discussion_r812859878
##########
File path:
components/camel-vertx/camel-vertx-websocket/src/test/java/org/apache/camel/component/vertx/websocket/VertxWebsocketTest.java
##########
@@ -163,6 +163,9 @@ public void testSendWithMultipleConnectionKeys() throws
Exception {
@Test
public void testSendToAll() throws Exception {
+ MockEndpoint mockEndpoint = getMockEndpoint("mock:result");
+ mockEndpoint.expectedMessageCount(0);
Review comment:
+1
And I also agree with your last example that I want to send to "the thing"
listening and connected peers. So maybe we can create a new JIRA about that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]