99100101102103104105106107108109
}); } } private void startWebSocket() { WebSocket ws = websockets.poll(); writeWebSocket(ws); if (!websockets.isEmpty()) { vertx.runOnContext(new VoidHandler() { public void handle() { startWebSocket();
}); } } private void startWebSocket() { WebSocket ws = websockets.poll(); writeWebSocket(ws); if (!websockets.isEmpty()) { vertx.runOnLoop(new SimpleHandler() { public void handle() { startWebSocket();