Reamer commented on code in PR #4902: URL: https://github.com/apache/zeppelin/pull/4902#discussion_r2048359725
########## zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java: ########## @@ -207,7 +206,8 @@ protected void configure() { .to(RemoteInterpreterProcessListener.class) .to(ApplicationEventListener.class) .to(NoteEventListener.class) - .to(WebSocketServlet.class) + // TODO: check + // .to(WebSocketServlet.class) Review Comment: Thank you very much for your high-quality review. -- 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: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org