This commit is contained in:
Liang Ding 2014-11-18 15:09:26 +08:00
parent 10f8f9f86c
commit 5f25d955a9
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ func Load(confPath, confIP, confPort, confServer, confChannel string, confDocker
}
// XXX: secure protocol wss enchance
channel := "ws://" + h[0] + Wide.Port
channel := "ws://" + h[0] + ":" + Wide.Port
Wide.EditorChannel = channel
Wide.OutputChannel = channel
Wide.ShellChannel = channel