mirror of https://github.com/apache/cloudstack.git
Update activity time when reading from socket (#223)
This commit is contained in:
parent
b0c47f4a97
commit
25460f05ab
|
|
@ -120,6 +120,7 @@ public class ConsoleProxyNoVncClient implements ConsoleProxyClient {
|
|||
client.readBytes(bytesArr, nextBytes);
|
||||
if (nextBytes > 0) {
|
||||
session.getRemote().sendBytes(ByteBuffer.wrap(bytesArr));
|
||||
updateFrontEndActivityTime();
|
||||
}
|
||||
} else {
|
||||
b = new byte[100];
|
||||
|
|
|
|||
Loading…
Reference in New Issue