FIXME: VM restarting is not properly handled in console.

This commit is contained in:
Julien Fontanet
2015-03-18 14:17:45 +01:00
parent 93a1ef6bdb
commit 792ecee399

View File

@@ -274,6 +274,7 @@ let setUpConsoleProxy = (webServer, xo) => {
return;
}
// FIXME: lost connection due to VM restart is not detected.
webSocketServer.handleUpgrade(req, res, head, connection => {
wsProxy(connection, url);
});