weizhouapache commented on code in PR #7694:
URL: https://github.com/apache/cloudstack/pull/7694#discussion_r1245450570


##########
systemvm/agent/noVNC/core/rfb.js:
##########
@@ -2608,6 +2656,7 @@ export default class RFB extends EventTargetMixin {
                 return true;
 
             case encodings.pseudoEncodingVMwareCursor:
+                this._VMwareCursorSupported = true;

Review Comment:
   this is just to make sure that vm is running on vmware env.
   it is probably unnecessary, as we use  `requiresVncOverWebSocketConnection` 
in java class



-- 
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