jongyoul commented on code in PR #4902: URL: https://github.com/apache/zeppelin/pull/4902#discussion_r2041737153
########## 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: Yes, we can have a chance to fix them before releasing a new version. Please ping me when you find any incorrect behavior. I'll keep it in mind as well. -- 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