Croway commented on code in PR #9210: URL: https://github.com/apache/camel/pull/9210#discussion_r1087006725
########## components/camel-atmosphere-websocket/src/test/java/org/apache/camel/component/atmosphere/websocket/WebsocketRouteWithInitParamTest.java: ########## @@ -41,6 +43,8 @@ public class WebsocketRouteWithInitParamTest extends WebsocketCamelRouterWithIni private static String[] broadcastMessageTo = {}; private static Map<String, String> connectionKeyUserMap = new HashMap<>(); + private ExecutorService executor = Executors.newSingleThreadExecutor(); Review Comment: nice catch, it is just a leftover -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org