Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1764#discussion_r160573966
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/protocol/ProtocolHandler.java
---
@@ -143,6 +143,8 @@ public void channelRead(ChannelHandlerContext ctx,
Object msg) throws Exception
}
}
+
+ // the innitial communication happens here...
--- End diff --
hahaha you left this in from the web conf :) ---
