Skip to content

Commit 21ff7c4

Browse files
author
Mice Xia
committed
CLOUDSTACK-217 Count of active sessions in console proxy do not descrease as VNC session close
1 parent 6351550 commit 21ff7c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

console-proxy/src/com/cloud/consoleproxy/ConsoleProxyGCThread.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public void run() {
8787

8888
synchronized (connMap) {
8989
connMap.remove(key);
90+
bReportLoad = true;
9091
}
9192

9293
// close the server connection

0 commit comments

Comments
 (0)