DaanHoogland commented on code in PR #13058:
URL: https://github.com/apache/cloudstack/pull/13058#discussion_r3765547951


##########
services/console-proxy/server/src/main/java/com/cloud/consoleproxy/ConsoleProxyNoVNCHandler.java:
##########


Review Comment:
   ```suggestion
       public void onConnect(final Session session) throws IOException, 
InterruptedException {
           session.setIdleTimeout(ConsoleProxy.sessionTimeoutMillis);
           logger.debug("Set WebSocket idle timeout to {} ms for session from 
{}.",
                   ConsoleProxy.sessionTimeoutMillis, 
session.getRemoteAddress());
   
           String queries = session.getUpgradeRequest().getQueryString();
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to