mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-217 Count of active sessions in console proxy do not descrease as VNC session close
This commit is contained in:
parent
635155090a
commit
21ff7c4e7a
|
|
@ -87,6 +87,7 @@ public class ConsoleProxyGCThread extends Thread {
|
|||
|
||||
synchronized (connMap) {
|
||||
connMap.remove(key);
|
||||
bReportLoad = true;
|
||||
}
|
||||
|
||||
// close the server connection
|
||||
|
|
|
|||
Loading…
Reference in New Issue